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:
Diffstat (limited to 'doc/topics/git/how_to_install_git/index.md')
-rw-r--r--doc/topics/git/how_to_install_git/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/topics/git/how_to_install_git/index.md b/doc/topics/git/how_to_install_git/index.md
index db474559627..2c3cd61f050 100644
--- a/doc/topics/git/how_to_install_git/index.md
+++ b/doc/topics/git/how_to_install_git/index.md
@@ -46,7 +46,7 @@ for the official Homebrew installation instructions.
With Homebrew installed you are now ready to install Git.
Open a Terminal and enter in the following command:
-```sh
+```shell
brew install git
```
@@ -62,7 +62,7 @@ it is recommended to use the built in package manager to install Git.
Open a Terminal and enter in the following commands
to install the latest Git from the official Git maintained package archives:
-```sh
+```shell
sudo apt-add-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git