diff options
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) | |||
95 | # reset/rebase/revert | 95 | # reset/rebase/revert |
96 | bind main u ?git reset %(commit) | 96 | bind main u ?git reset %(commit) |
97 | bind main U ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" | 97 | bind main U ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" |
98 | bind main xu ?git reset %(commit) --hard | 98 | bind main gu ?git reset %(commit) --hard |
99 | bind main R !?git rebase -i %(commit) | 99 | bind main R !?git rebase -i %(commit) |
100 | bind main ! ?git revert %(commit) | 100 | bind main ! ?git revert %(commit) |
101 | 101 | ||