diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-13 10:53:02 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-13 10:53:02 +0800 |
commit | 3df9677288e00dd4a669160f73282e8eb8436fe9 (patch) | |
tree | e5045ddf06d820b74d3dde8bc8af8675fce157e8 | |
parent | 2c0a912b33be0be915fa0cecb23c01416e761e94 (diff) |
Update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ 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 pc ?git push -u %(remote) %(commit):%(branch) | 143 | bind main pc ?git push -u %(remote) %(commit):%(branch) |
144 | bind main pR !git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' | 144 | bind main pR !git push -u '%(prompt Which remote? )' %(branch):%(branch) |
145 | bind main pF ?git push --force | 145 | bind main pF ?git push --force |
146 | bind main pd ?git push %(remote) :%(branch) | 146 | bind main pd ?git push %(remote) :%(branch) |
147 | bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' | 147 | bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' |