diff options
author | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-04 10:55:29 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-04 10:55:29 +0800 |
commit | a1914e06569842f9e5ddd61646205b28dbdb96d5 (patch) | |
tree | bac193b28cf310501b05bf3b008dcc8d7f1c8622 /tigrc | |
parent | 3a0eb292a8b7eff34be5bcda90e85bfef2315179 (diff) |
Update
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) |