diff options
author | typebrook <typebrook@gmail.com> | 2019-08-30 10:51:20 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-08-30 10:51:20 +0800 |
commit | 0aaf78bc34e8c82c7a271ee640cca4ad9ae52a7c (patch) | |
tree | 552809feb3be0d0cbbcf9a87992bc77b6cfa90ee | |
parent | 337efef3508aee9d17247b99a77849cdeedc7534 (diff) |
update
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -115,6 +115,7 @@ bind main p none # override default pager binding | |||
115 | bind main pp ?git push | 115 | bind main pp ?git push |
116 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 116 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
117 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 117 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) |
118 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' | ||
118 | bind main pF ?git push -f | 119 | bind main pF ?git push -f |
119 | bind main pd ?git push %(remote) :%(branch) | 120 | bind main pd ?git push %(remote) :%(branch) |
120 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' | 121 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' |