aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 0d387cc..3b6eec5 100644
--- a/tigrc
+++ b/tigrc
@@ -159,6 +159,7 @@ bind main uu ?git reset %(commit) --soft
159bind main uh ?git reset %(commit) --hard 159bind main uh ?git reset %(commit) --hard
160bind main uS ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes 160bind main uS ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes
161bind main B !?git rebase -i %(commit) 161bind main B !?git rebase -i %(commit)
162bind main Bi !?git rebase -i --root
162bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head) 163bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head)
163bind main gB !?git rebase --rebase-merges -i %(commit) 164bind main gB !?git rebase --rebase-merges -i %(commit)
164bind main ! ?git revert %(commit) 165bind main ! ?git revert %(commit)