diff options
author | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-01 13:57:26 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-01 13:57:26 +0800 |
commit | 6fdb10c0d1a2192de671f2c6ea899a22927f4ac7 (patch) | |
tree | 9195f181e4e9dea9bff44c6a4c11afe11e4b7776 /tigrc | |
parent | c2b45d72b46354975ce1c3682585d2d6a9701de9 (diff) |
Update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -137,8 +137,9 @@ 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 -u %(remote) %(branch):%(branch) | 140 | bind main pp ?git push |
141 | bind main pr ?git push -u '%(prompt Which 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 pc ?git push -u %(remote) %(commit):%(branch) | 143 | bind main pc ?git push -u %(remote) %(commit):%(branch) |
143 | bind main pR !git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' | 144 | bind main pR !git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' |
144 | bind main pF ?git push --force | 145 | bind main pF ?git push --force |