diff options
author | typebrook <typebrook@gmail.com> | 2019-03-29 18:52:27 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-29 18:52:27 +0800 |
commit | 3e9e7a6b0d374403dcf1b0ceea5b46ca92cb51c8 (patch) | |
tree | 24f0e2653d899eb4a369aa585d30cd24de8259be /tigrc | |
parent | 2b3d67836c3ce95962f452c1c5e3e026f74d7c02 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,10 +76,12 @@ bind main M ?git merge %(branch) --no-ff | |||
76 | bind main p none | 76 | bind main p none |
77 | bind main pp ?git push | 77 | bind main pp ?git push |
78 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 78 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
79 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | ||
79 | 80 | ||
80 | # reset/rebase/revert | 81 | # reset/rebase/revert |
81 | bind main u ?git reset %(commit) | 82 | bind main u ?git reset %(commit) |
82 | bind main U ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" | 83 | bind main U ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" |
84 | bind main xu ?git reset %(commit) --hard | ||
83 | bind main R !?git rebase -i %(commit) | 85 | bind main R !?git rebase -i %(commit) |
84 | bind main ! ?git revert %(commit) | 86 | bind main ! ?git revert %(commit) |
85 | 87 | ||