diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -159,6 +159,7 @@ bind main uu ?git reset %(commit) --soft | |||
159 | bind main uh ?git reset %(commit) --hard | 159 | bind main uh ?git reset %(commit) --hard |
160 | bind main uS ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes | 160 | bind main uS ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes |
161 | bind main B !?git rebase -i %(commit) | 161 | bind main B !?git rebase -i %(commit) |
162 | bind main Bi !?git rebase -i --root | ||
162 | bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head) | 163 | bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head) |
163 | bind main gB !?git rebase --rebase-merges -i %(commit) | 164 | bind main gB !?git rebase --rebase-merges -i %(commit) |
164 | bind main ! ?git revert %(commit) | 165 | bind main ! ?git revert %(commit) |