diff options
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 |