diff options
| author | typebrook <typebrook@gmail.com> | 2019-03-27 14:02:46 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-03-27 14:02:46 +0800 |
| commit | 8e25c878e5375b6f87d692d65f46761e2033f7a4 (patch) | |
| tree | df5f85286548871602e9702997d2ead77c477c4d /tigrc | |
| parent | 51786cb3ec63a62dcd5c9fa4c5ec0a9ed6121e15 (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -71,7 +71,7 @@ bind main P ?git push %(remote) %(branch):%(branch) | |||
| 71 | 71 | ||
| 72 | # reset/rebase/revert | 72 | # reset/rebase/revert |
| 73 | bind main u ?git reset %(commit) --soft | 73 | bind main u ?git reset %(commit) --soft |
| 74 | bind main gu ?git reset %(commit) --hard | 74 | bind main U ?sh -c "git stash push -m 'deprecated from reset' && git reset %(commit) --hard" |
| 75 | bind main <Ctrl-r> !?git rebase -i %(commit) | 75 | bind main <Ctrl-r> !?git rebase -i %(commit) |
| 76 | bind main ! ?git revert %(commit) | 76 | bind main ! ?git revert %(commit) |
| 77 | 77 | ||