aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-01-30 16:27:57 +0800
committertypebrook <typebrook@gmail.com>2020-01-30 16:27:57 +0800
commite1d87789d2be3cca67f87b77a76821089eb67c5b (patch)
treee008f8d414a0365477a633441cb326207bc9cb98 /tigrc
parent868fb26ab6355361104354c9e8a04f3b2b91c056 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 6833f5a..441a6cb 100644
--- a/tigrc
+++ b/tigrc
@@ -144,7 +144,7 @@ bind main pU ?git pull --rebase
144bind main uu ?git reset %(commit) --soft 144bind main uu ?git reset %(commit) --soft
145bind main uh ?git reset %(commit) --hard 145bind main uh ?git reset %(commit) --hard
146bind main uS ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes 146bind main uS ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes
147bind main B !?git rebase -i %(commit) 147bind main B !?git rebase --rebase-merges -i %(commit)
148bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head) 148bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head)
149bind main ! ?git revert %(commit) 149bind main ! ?git revert %(commit)
150 150