Skip to content

Commit

Permalink
giconfig: Add an unmerge command to reset back to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
eremite committed Dec 9, 2016
1 parent b87b8f0 commit 62debb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
s = status --short
sh = show
uncommit = reset --soft HEAD^
unmerge = reset --hard origin/master
z = stash
zp = stash pop
[init]
Expand Down

0 comments on commit 62debb0

Please sign in to comment.