diff options
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Whic | |||
147 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch | 147 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch |
148 | bind main <C-F> ?git fetch %(remote) | 148 | bind main <C-F> ?git fetch %(remote) |
149 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote | 149 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote |
150 | bind main pu !git pull | 150 | bind main pu !git pull %(remote) %(branch) |
151 | bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch) | 151 | bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch) |
152 | bind main pU ?git pull --rebase | 152 | bind main pU ?git pull --rebase |
153 | 153 | ||