aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-09 13:52:42 +0800
committertypebrook <typebrook@gmail.com>2019-04-09 13:52:42 +0800
commita12e4690fcf4c8a2f62e0b28c6dae7938e80e197 (patch)
treebd9395770b818237c1694750b78cc53b0a5d189d /tigrc
parent359e4107bdcf8e23873324480a3ee60d69349986 (diff)
update
Diffstat (limited to 'tigrc')
-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