diff options
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Whic | |||
137 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch | 137 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch |
138 | bind main <C-F> ?git fetch %(remote) | 138 | bind main <C-F> ?git fetch %(remote) |
139 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote | 139 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote |
140 | bind main pu ?git pull | 140 | bind main pu !git pull |
141 | bind main pU ?git pull --rebase | 141 | bind main pU ?git pull --rebase |
142 | 142 | ||
143 | # reset/rebase/revert | 143 | # reset/rebase/revert |