aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index c6e7de6..19be879 100644
--- a/tigrc
+++ b/tigrc
@@ -71,7 +71,7 @@ bind main P ?git push %(remote) %(branch):%(branch)
71 71
72# reset/rebase/revert 72# reset/rebase/revert
73bind main u ?git reset %(commit) --soft 73bind main u ?git reset %(commit) --soft
74bind main gu ?git reset %(commit) --hard 74bind main U ?sh -c "git stash push -m 'deprecated from reset' && git reset %(commit) --hard"
75bind main <Ctrl-r> !?git rebase -i %(commit) 75bind main <Ctrl-r> !?git rebase -i %(commit)
76bind main ! ?git revert %(commit) 76bind main ! ?git revert %(commit)
77 77