diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -140,9 +140,10 @@ bind main gs ?@git merge %(branch) --squash | |||
140 | bind main p none # override default pager binding | 140 | bind main p none # override default pager binding |
141 | bind main pp ?git push | 141 | bind main pp ?git push |
142 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 142 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
143 | bind main pR ?git push -u %(remote) %(branch):%(branch) | ||
144 | bind main pc ?git push -u %(remote) %(commit):%(branch) | ||
145 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 143 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) |
144 | bind main pfr ?git push -u '%(prompt Force push to which remote? )' %(branch):%(branch) -f | ||
145 | bind main pR ?git push -u %(remote) %(branch):%(branch) | ||
146 | bind main pc ?git push -u '%(prompt Which remote? )' %(commit):%(branch) | ||
146 | bind main pF ?git push --force | 147 | bind main pF ?git push --force |
147 | bind main pd ?git push %(remote) :%(branch) | 148 | bind main pd ?git push %(remote) :%(branch) |
148 | bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' | 149 | bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' |
@@ -151,8 +152,7 @@ bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Whic | |||
151 | bind main <C-F> ?git fetch %(remote) | 152 | bind main <C-F> ?git fetch %(remote) |
152 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote | 153 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote |
153 | bind main gF ?git fetch '%(prompt Which remote? )' '%(prompt Which branch? )' | 154 | bind main gF ?git fetch '%(prompt Which remote? )' '%(prompt Which branch? )' |
154 | bind main pu !git pull %(remote) %(branch) | 155 | bind main pu !git pull '%(prompt Pull from witch remote? )' %(branch) |
155 | bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch) | ||
156 | bind main pU ?git pull --rebase | 156 | bind main pU ?git pull --rebase |
157 | 157 | ||
158 | # reset/rebase/revert | 158 | # reset/rebase/revert |