diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-26 11:34:41 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-26 11:34:41 +0800 |
commit | 94ef99ff371b29531eaab789729f20294cfc9f13 (patch) | |
tree | a710a839fe99723f759f7f27b3a62c4e86527822 /tigrc | |
parent | 76f220d633eeae38d50c82918bc767fef2dca97c (diff) | |
parent | 203a4093b9de5f2d00e4ae6f54b386d409083374 (diff) |
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -140,8 +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 pb ?git push -u %(remote) %(branch):'%(prompt Which branch? )' | 143 | bind main pR ?git push -u '%(prompt Which remote? )':%(branch) |
144 | 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 |
146 | bind main pd ?git push %(remote) :%(branch) | 145 | bind main pd ?git push %(remote) :%(branch) |
147 | 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? )' |