Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-18 15:10:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-18 15:10:56 +0300
commit3aab29eacb2d35d90d93ed005b6fc825955b4d23 (patch)
tree22d27e78673df7e098ca2084f4773d3173aa4e75 /doc/topics
parent664bf56eaaaff7a377f3272676b7e27fa12aa143 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/git/how_to_install_git/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/topics/git/how_to_install_git/index.md b/doc/topics/git/how_to_install_git/index.md
index 40c5147e20b..52e8e2e1259 100644
--- a/doc/topics/git/how_to_install_git/index.md
+++ b/doc/topics/git/how_to_install_git/index.md
@@ -34,16 +34,16 @@ Prerequisites:
To install Git on macOS:
-1. Open a terminal and install the XCode Command Line Tools:
+1. Open a terminal and install Xcode Command Line Tools:
```shell
xcode-select --install
```
- Alternatively, you can install the entire [XCode](https://developer.apple.com/xcode/)
+ Alternatively, you can install the entire [Xcode](https://developer.apple.com/xcode/)
package through the macOS App Store.
-1. Select **Install** to download and install XCode Command Line Tools.
+1. Select **Install** to download and install Xcode Command Line Tools.
1. Install Homebrew according to the [official Homebrew installation instructions](https://brew.sh/index.html).
1. Install Git by running `brew install git` from your terminal.
1. In a terminal, verify that Git works on your computer: