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