Update git-branch.md

This commit is contained in:
Rico Sta. Cruz 2020-01-20 16:15:41 +11:00 committed by GitHub
parent b81b7b73c9
commit 85ed8e15aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ git reset --hard
### Undo commits to a specific commit
```bash
git reset --hard $commitID
git reset --hard $commit_id
# Now push to your branch
git push --force