diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-07-31 19:25:09 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-07-31 19:25:09 +0800 |
commit | 01650e2254945e3d59f389d217b562562c81b8c3 (patch) | |
tree | 82a286d4fe9e9adefa4459f48a49c027dcafc0de /tigrc | |
parent | 0b3cb91a99aedaf6fa87ba6d4c23367e396694db (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -137,6 +137,7 @@ bind main p none # override default pager binding | |||
137 | bind main pp ?git push | 137 | bind main pp ?git push |
138 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 138 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
139 | bind main pr ?git push -u %(remote) %(branch):%(branch) | 139 | bind main pr ?git push -u %(remote) %(branch):%(branch) |
140 | bind main pb ?git push -u %(remote) %(branch):'%(prompt Which branch? )' | ||
140 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' | 141 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' |
141 | bind main pF ?git push --force | 142 | bind main pF ?git push --force |
142 | bind main pd ?git push %(remote) :%(branch) | 143 | bind main pd ?git push %(remote) :%(branch) |