diff options
author | typebrook <typebrook@gmail.com> | 2019-06-09 20:34:35 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-06-09 20:34:35 +0800 |
commit | 0dcda9c1fe31f1c9e4a423cedc4cce8b5423dfe4 (patch) | |
tree | 0b026547d568bc3708be2c53430e9ac6a722f635 | |
parent | 2822de500be80e9a4e13f610efca258725f08033 (diff) |
update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,8 +109,8 @@ bind main gM ?@git merge %(remote)/%(branch) --no-ff # merge-no-ff with current | |||
109 | bind main p none # override default pager binding | 109 | bind main p none # override default pager binding |
110 | bind main pp ?git push | 110 | bind main pp ?git push |
111 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 111 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
112 | bind main pF ?git push -f | ||
113 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 112 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) |
113 | bind main pF ?git push -f | ||
114 | bind main pd ?git push %(remote) :%(branch) | 114 | bind main pd ?git push %(remote) :%(branch) |
115 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' | 115 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' |
116 | 116 | ||