aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-27 14:02:46 +0800
committertypebrook <typebrook@gmail.com>2019-03-27 14:02:46 +0800
commit8e25c878e5375b6f87d692d65f46761e2033f7a4 (patch)
treedf5f85286548871602e9702997d2ead77c477c4d /tigrc
parent51786cb3ec63a62dcd5c9fa4c5ec0a9ed6121e15 (diff)
update
Diffstat (limited to 'tigrc')
-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