Minor changes to text rendering

This commit is contained in:
Sunil Pradhan 2020-05-07 22:10:11 +05:30 committed by GitHub
parent d5b110fdb0
commit 1e0b313721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -815,7 +815,7 @@ Apply any commits of current branch ahead of specified one:
$ git rebase [branch_name]
```
_Clear staging area, rewrite working tree from specified commit:_
Clear staging area, rewrite working tree from specified commit:
```
$ git reset --hard [Commit]