diff options
author | typebrook <typebrook@gmail.com> | 2019-05-24 22:43:16 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-05-24 22:43:16 +0800 |
commit | 75fe2a958111fc5161fc4d4913c68b607777c490 (patch) | |
tree | 5a5fa510e97dc2e1dfc76de5f75230fc1141f5cd /tigrc | |
parent | 6ce7cf0fdf6a7e6b385160a8094d42994876f70a (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -102,8 +102,8 @@ bind main gM ?@git merge %(remote)/%(branch) --no-ff # merge-no-ff with current | |||
102 | 102 | ||
103 | # push | 103 | # push |
104 | bind main p none # override default pager binding | 104 | bind main p none # override default pager binding |
105 | bind main pp ?git push | 105 | bind main pp ?@git push |
106 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 106 | bind main pP ?@git push -u %(remote) %(branch):%(branch) |
107 | bind main pF ?git push -f | 107 | bind main pF ?git push -f |
108 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 108 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) |
109 | bind main pd ?git push %(remote) :%(branch) | 109 | bind main pd ?git push %(remote) :%(branch) |