summaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 4673e48..b97bf78 100644
--- a/tigrc
+++ b/tigrc
@@ -111,6 +111,7 @@ bind main uu ?git reset %(commit)
111bind main us ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes 111bind main us ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes
112bind main uh ?git reset %(commit) --hard 112bind main uh ?git reset %(commit) --hard
113bind main B !?git rebase -i %(commit) 113bind main B !?git rebase -i %(commit)
114bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head)
114bind main ! ?git revert %(commit) 115bind main ! ?git revert %(commit)
115 116
116# tag 117# tag