diff options
author | typebrook <typebrook@gmail.com> | 2019-04-04 16:39:39 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-04 16:39:39 +0800 |
commit | f1089b521ec7d3cd38a3f9bb5d38b8014b3fd526 (patch) | |
tree | 5ac7159b5d2932e31653dc1d5dd6fa219bd3b688 /tigrc | |
parent | 0ae425050dbcf55501d12bed81d33c0260d6e1b4 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ bind main pp ?git push | |||
86 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 86 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
87 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 87 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) |
88 | bind main pd ?git push %(remote) :%(branch) | 88 | bind main pd ?git push %(remote) :%(branch) |
89 | bind main pu ?git pull | ||
90 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) | ||
89 | 91 | ||
90 | # reset/rebase/revert | 92 | # reset/rebase/revert |
91 | bind main u ?git reset %(commit) | 93 | bind main u ?git reset %(commit) |