diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-07-01 11:24:33 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-07-01 11:24:33 +0800 |
commit | 14e93fd8bc9859d921348670cee5ad19d24ef73b (patch) | |
tree | f497d5609b7f8d1395598e676e97938b66bb785f /tigrc | |
parent | 182fb3c7cee5d9717be8919e382c9921c76dee0c (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ bind main gs ?@git merge %(branch) --squash | |||
136 | bind main p none # override default pager binding | 136 | bind main p none # override default pager binding |
137 | bind main pp ?git push | 137 | bind main pp ?git push |
138 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 138 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
139 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 139 | bind main pr ?git push -u %(remote) %(branch):%(branch) |
140 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' | 140 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' |
141 | bind main pF ?git push --force | 141 | bind main pF ?git push --force |
142 | bind main pd ?git push %(remote) :%(branch) | 142 | bind main pd ?git push %(remote) :%(branch) |