Commit af4b0838 authored by Ray Paik's avatar Ray Paik

Merge branch 'git-basic' into 'master'

Fix typo in start-using-git.md

See merge request gitlab-org/gitlab!20163
parents bde2ffe1 91075ded
......@@ -287,7 +287,7 @@ git reset HEAD~1
This leaves the changed files and folders unstaged in your local repository.
CAUTION: **Warning:**
A Git commit should not usually be reverse, particularly if you already pushed it
A Git commit should not usually be reversed, particularly if you already pushed it
to the remote repository. Although you can undo a commit, the best option is to avoid
the situation altogether by working carefully.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment