diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-09-11 15:21:00 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-09-11 15:21:00 +0800 |
commit | 4936ff68a93ae6037603095191116071fc4f494e (patch) | |
tree | f34d586df78641c9f734cde7f6a600895067c404 | |
parent | 446334eb0dd8f35e63c484d64f9c651814380f42 (diff) |
Update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ bind main p none # override default pager binding | |||
140 | bind main pp ?git push | 140 | bind main pp ?git push |
141 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 141 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
142 | bind main pr ?git push -u %(remote) %(branch):%(branch) | 142 | bind main pr ?git push -u %(remote) %(branch):%(branch) |
143 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' | 143 | bind main pR !git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' |
144 | bind main pF ?git push --force | 144 | bind main pF ?git push --force |
145 | bind main pd ?git push %(remote) :%(branch) | 145 | bind main pd ?git push %(remote) :%(branch) |
146 | bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' | 146 | bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' |