diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -144,7 +144,6 @@ bind main pd ?git push %(remote) :%(branch) | |||
144 | bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' | 144 | bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' |
145 | 145 | ||
146 | # fetch | 146 | # fetch |
147 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch | ||
148 | bind main <C-F> ?git fetch %(remote) | 147 | bind main <C-F> ?git fetch %(remote) |
149 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote | 148 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote |
150 | bind main pu !git pull %(remote) %(branch) | 149 | bind main pu !git pull %(remote) %(branch) |