diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ bind main P ?git push %(remote) %(branch):%(branch) | |||
71 | 71 | ||
72 | # reset/rebase/revert | 72 | # reset/rebase/revert |
73 | bind main u ?git reset %(commit) --soft | 73 | bind main u ?git reset %(commit) --soft |
74 | bind main gu ?git reset %(commit) --hard | 74 | bind main U ?sh -c "git stash push -m 'deprecated from reset' && git reset %(commit) --hard" |
75 | bind main <Ctrl-r> !?git rebase -i %(commit) | 75 | bind main <Ctrl-r> !?git rebase -i %(commit) |
76 | bind main ! ?git revert %(commit) | 76 | bind main ! ?git revert %(commit) |
77 | 77 | ||