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 | |
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')
-rw-r--r-- | doc/gitlab-basics/add-file.md | 2 | ||||
-rw-r--r-- | doc/gitlab-basics/command-line-commands.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/gitlab-basics/add-file.md b/doc/gitlab-basics/add-file.md index 41cc8bc4aeb..d547584bf80 100644 --- a/doc/gitlab-basics/add-file.md +++ b/doc/gitlab-basics/add-file.md @@ -70,7 +70,7 @@ git commit -m "DESCRIBE COMMIT IN A FEW WORDS" ``` Now you can push (send) your changes (in the branch `<branch-name>`) to GitLab -(the git remote named 'origin'): +(the Git remote named 'origin'): ```sh git push origin <branch-name> 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. |