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:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-23 11:50:24 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-23 11:50:24 +0300
commit7e4a6f57a98218828b2f4438d691a4b4cb8f0fce (patch)
treed2b3fb9e53cb12d14124207c1c747ace3ba7ae31 /doc/administration/git_protocol.md
parent46dc507241828f8293127afeb06c25b50bedd845 (diff)
Update capitalization in admin, api, others
Update capitalization in /administration, /api, /ci and /customization
Diffstat (limited to 'doc/administration/git_protocol.md')
-rw-r--r--doc/administration/git_protocol.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/git_protocol.md b/doc/administration/git_protocol.md
index 1780e1babe9..9d653d4e09e 100644
--- a/doc/administration/git_protocol.md
+++ b/doc/administration/git_protocol.md
@@ -53,7 +53,7 @@ sudo service ssh restart
## Instructions
In order to use the new protocol, clients need to either pass the configuration
-`-c protocol.version=2` to the git command, or set it globally:
+`-c protocol.version=2` to the Git command, or set it globally:
```sh
git config --global protocol.version 2