diff options
author | Hsieh Chin Fan <typebrook@topo.tw> | 2023-01-26 15:14:52 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@topo.tw> | 2023-01-26 15:14:52 +0800 |
commit | 2c8b2b2e7ecdedf41a37cc9b924404ea9e1bff80 (patch) | |
tree | 694db2c35f6e840e55df1791281d2c5fc730a86c /tigrc | |
parent | 3ff5527e5bdccfc2d8265872865968d5fc325a7a (diff) |
Update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -137,9 +137,8 @@ bind main gs ?@git merge %(branch) --squash | |||
137 | 137 | ||
138 | # push | 138 | # push |
139 | bind main p none # override default pager binding | 139 | bind main p none # override default pager binding |
140 | bind main pp ?git push | 140 | bind main pp ?git push -u %(remote) %(branch):%(branch) |
141 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 141 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) |
142 | bind main pr ?git push -u %(remote) %(branch):%(branch) | ||
143 | bind main pc ?git push -u %(remote) %(commit):%(branch) | 142 | bind main pc ?git push -u %(remote) %(commit):%(branch) |
144 | 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? )' |
145 | bind main pF ?git push --force | 144 | bind main pF ?git push --force |