git: git reset with branch

`git reset <ref>` can be ambiguous and fail to switch to the correct branch.
To avoid it, specify branch as well.
This commit is contained in:
Chulki Lee
2017-04-03 22:19:46 -07:00
committed by Matt Clay
parent 79fa5ef4cb
commit 99ef1f3a9f
3 changed files with 33 additions and 1 deletions

View File

@@ -30,3 +30,4 @@
- include: tag-verification.yml
- include: localmods.yml
- include: reset-origin.yml
- include: ambiguous-ref.yml