summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-16 03:09:46 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-16 03:09:46 +0000
commit6aaf8cf6f4a561152e9b08b4a6470ad88195cd2f (patch)
tree9f7f10bb03e3f71e9bdce6c07631a17cd2152aca /doc/gitlab-basics
parenteba30e2ad821f653970486c4122fcca22cee27d9 (diff)
downloadgitlab-ce-6aaf8cf6f4a561152e9b08b4a6470ad88195cd2f.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/README.md2
-rw-r--r--doc/gitlab-basics/start-using-git.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md
index 415e103726c..b933cb873c8 100644
--- a/doc/gitlab-basics/README.md
+++ b/doc/gitlab-basics/README.md
@@ -46,4 +46,4 @@ These resources will help you get further acclimated to working on the command l
- [Start using Git on the command line](start-using-git.md), for some simple Git commands.
- [Command line basics](command-line-commands.md), to create and edit files using the command line.
-More Git resources are available in GitLab's [Git documentation](../topics/git/index.md).
+More Git resources are available in the GitLab [Git documentation](../topics/git/index.md).
diff --git a/doc/gitlab-basics/start-using-git.md b/doc/gitlab-basics/start-using-git.md
index ac8ea6161dd..22b10c32434 100644
--- a/doc/gitlab-basics/start-using-git.md
+++ b/doc/gitlab-basics/start-using-git.md
@@ -22,7 +22,7 @@ the command line and then push your changes to the remote server.
This guide will help you get started with Git through the command line and can be your reference
for Git commands in the future. If you're only looking for a quick reference of Git commands, you
-can download GitLab's [Git Cheat Sheet](https://about.gitlab.com/images/press/git-cheat-sheet.pdf).
+can download the GitLab [Git Cheat Sheet](https://about.gitlab.com/images/press/git-cheat-sheet.pdf).
> For more information about the advantages of working with Git and GitLab:
>
@@ -128,7 +128,7 @@ to our computer:
- If you don't have 2FA enabled, use your account's password.
NOTE:
-Authenticating via SSH is GitLab's recommended method. You can read more about credential storage
+Authenticating via SSH is the GitLab recommended method. You can read more about credential storage
in the [Git Credentials documentation](https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage).
## Git terminology