aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index c321415..854b751 100644
--- a/tigrc
+++ b/tigrc
@@ -141,9 +141,8 @@ bind main pu !git pull
141bind main pU ?git pull --rebase 141bind main pU ?git pull --rebase
142 142
143# reset/rebase/revert 143# reset/rebase/revert
144bind main uu ?git reset %(commit) 144bind main uu ?git reset %(commit) --soft
145bind main uh ?git reset %(commit) --hard 145bind main uh ?git reset %(commit) --hard
146bind main us ?git reset %(commit) --soft
147bind 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
148bind main B !?git rebase -i %(commit) 147bind main B !?git rebase -i %(commit)
149bind 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)