diff options
author | typebrook <typebrook@gmail.com> | 2019-05-04 11:06:07 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-05-04 11:06:07 +0800 |
commit | 26d1c63cecf2adb9cfe983fca4ed8c8b1eb5c3c3 (patch) | |
tree | 46197c81f2f20b95566380f03661526e785c5b69 /tigrc | |
parent | 13df725af36c6f4c8622af4f54dcd7b2c21180b1 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,6 +111,7 @@ bind main uu ?git reset %(commit) | |||
111 | bind main us ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes | 111 | bind main us ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes |
112 | bind main uh ?git reset %(commit) --hard | 112 | bind main uh ?git reset %(commit) --hard |
113 | bind main B !?git rebase -i %(commit) | 113 | bind main B !?git rebase -i %(commit) |
114 | bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head) | ||
114 | bind main ! ?git revert %(commit) | 115 | bind main ! ?git revert %(commit) |
115 | 116 | ||
116 | # tag | 117 | # tag |