summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-30 03:09:18 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-30 03:09:18 +0000
commit38d957659e97aa3c0a02f4323d92ca30dbd2c015 (patch)
treeb3da72b7a307add17ed9cb9810e71dbcc076abe8 /doc/gitlab-basics
parent7c930ae00e3dd714574ebb72bab77303bd1c77c9 (diff)
downloadgitlab-ce-38d957659e97aa3c0a02f4323d92ca30dbd2c015.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/start-using-git.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/start-using-git.md b/doc/gitlab-basics/start-using-git.md
index 6ebe7dff448..a3c8946700a 100644
--- a/doc/gitlab-basics/start-using-git.md
+++ b/doc/gitlab-basics/start-using-git.md
@@ -17,7 +17,7 @@ directly in the browser, you'll eventually need to use Git through the command l
tasks.
For example, if you need to fix complex merge conflicts, rebase branches,
-merge manually, or undo and roll back commits, you musto use Git from
+merge manually, or undo and roll back commits, you must use Git from
the command line and then push your changes to the remote server.
This guide helps you get started with Git through the command line and can be your reference