aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-05-04 11:06:07 +0800
committertypebrook <typebrook@gmail.com>2019-05-04 11:06:07 +0800
commit26d1c63cecf2adb9cfe983fca4ed8c8b1eb5c3c3 (patch)
tree46197c81f2f20b95566380f03661526e785c5b69 /tigrc
parent13df725af36c6f4c8622af4f54dcd7b2c21180b1 (diff)
update
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