diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-17 00:07:26 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-17 00:07:26 +0800 |
commit | ca368867b0eccd540a0cfb20ef5ff006c69df5b8 (patch) | |
tree | a5dde9fc4257e010448603aa281636ec75441122 | |
parent | 268312097f5cc64ce02c183bcc303f08016d7d20 (diff) |
Update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +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 bbi !?git rebase -i --root |
163 | 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) |
164 | bind main gB !?git rebase --rebase-merges -i %(commit) | 164 | bind main gB !?git rebase --rebase-merges -i %(commit) |
165 | bind main ! ?git revert %(commit) | 165 | bind main ! ?git revert %(commit) |