diff options
author | typebrook <typebrook@gmail.com> | 2020-01-30 16:27:57 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-01-30 16:27:57 +0800 |
commit | e1d87789d2be3cca67f87b77a76821089eb67c5b (patch) | |
tree | e008f8d414a0365477a633441cb326207bc9cb98 | |
parent | 868fb26ab6355361104354c9e8a04f3b2b91c056 (diff) |
update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ bind main pU ?git pull --rebase | |||
144 | bind main uu ?git reset %(commit) --soft | 144 | bind main uu ?git reset %(commit) --soft |
145 | bind main uh ?git reset %(commit) --hard | 145 | bind main uh ?git reset %(commit) --hard |
146 | bind main uS ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes | 146 | bind main uS ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes |
147 | bind main B !?git rebase -i %(commit) | 147 | bind main B !?git rebase --rebase-merges -i %(commit) |
148 | bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head) | 148 | bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head) |
149 | bind main ! ?git revert %(commit) | 149 | bind main ! ?git revert %(commit) |
150 | 150 | ||