diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-27 08:44:07 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-27 08:44:07 +0000 |
commit | 9c87a3499cc0ad2ffda13b843b5095998b20c0d8 (patch) | |
tree | b725534981de49274323e873098e0a3b790f1bf9 /doc/gitlab-basics/command-line-commands.md | |
parent | a200715ff5ac6d690c405bc770df33f6d2210a57 (diff) | |
download | gitlab-ce-9c87a3499cc0ad2ffda13b843b5095998b20c0d8.tar.gz |
Update capitalization in /dev docs
Clean up capitalization in /development /gitlab-basics and
/install
Diffstat (limited to 'doc/gitlab-basics/command-line-commands.md')
-rw-r--r-- | doc/gitlab-basics/command-line-commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md index ed70d3ce598..74539b33642 100644 --- a/doc/gitlab-basics/command-line-commands.md +++ b/doc/gitlab-basics/command-line-commands.md @@ -10,7 +10,7 @@ learn, in order to make full use of the command line. ## Start working on your project -To work on a git project locally (from your own computer), with the command line, +To work on a Git project locally (from your own computer), with the command line, first you will need to [clone (copy) it](start-using-git.md#clone-a-repository) to your computer. |