From a1882316fdd940e4e1d70dee80105f9ce4aa7aff Mon Sep 17 00:00:00 2001 From: Sean Packham Date: Tue, 15 Nov 2016 09:53:05 +0000 Subject: Removed numbered headings --- doc/git/install.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/git/install.md b/doc/git/install.md index d79c11aa4b7..fac811359e7 100644 --- a/doc/git/install.md +++ b/doc/git/install.md @@ -4,7 +4,7 @@ To begin contributing to GitLab projects you will need to install the Git client on your computer. This article will show you how to install Git on macOS, Ubuntu Linux and Windows. -## 1. Install Git on macOS using the Homebrew package manager +## Install Git on macOS using the Homebrew package manager Although it is easy to use the version of Git shipped with macOS or install the latest version of Git on macOS by downloading it from the project website, @@ -15,18 +15,18 @@ If you are sure you don't need access to any additional development libraries or don't have approximately 15gb of available disk space for Xcode and Homebrew use one of the the aforementioned methods. -### 1.1. Installing Xcode +### Installing Xcode Xcode is needed by Homebrew to build dependencies. You can install [XCode](https://developer.apple.com/xcode/) through the macOS App Store. -### 1.2. Installing Homebrew +### Installing Homebrew Once Xcode is installed browse to the [Homebrew website](http://brew.sh/index.html) for the official Homebrew installation instructions. -### 1.3. Installing Git via Homebrew +### Installing Git via Homebrew With Homebrew installed you are now ready to install Git. Open a Terminal and enter in the following command: @@ -38,7 +38,7 @@ brew install git Congratulations you should now have Git installed via Homebrew. Next read our article on [adding an SSH key to GitLab](../ssh/README.md). -## 2. Install Git on Ubuntu Linux +## Install Git on Ubuntu Linux On Ubuntu and other Linux operating systems it is recommended to use the built in package manager to install Git. @@ -55,7 +55,7 @@ sudo apt-get install git Congratulations you should now have Git installed via the Ubuntu package manager. Next read our article on [adding an SSH key to GitLab](../ssh/README.md). -## 3. Installing Git on Windows from the Git website +## Installing Git on Windows from the Git website Browse to the [Git website](https://git-scm.com/) and download and install Git for Windows. Next read our article on [adding an SSH key to GitLab](../ssh/README.md). -- cgit v1.2.3