fix git reset-branch

This commit is contained in:
Ivan Malison 2014-04-13 23:58:41 -07:00
parent 3f1ab9a530
commit 5be58e2f34

View File

@ -27,7 +27,7 @@
sha = rev-parse HEAD
branch-or-sha = "!bs() { git which-branch 2> /dev/null || git sha 2> /dev/null ; }; bs"
amend = commit -a --amend -C HEAD
reset-origin = "!r() { git reset --hard origin/\"$(git parse-branch)\" && git suir; }; r"
reset-origin = "!r() { git reset --hard origin/\"$(git which-branch)\" && git suir; }; r"
[core]
# Use custom `.gitignore` and `.gitattributes`