diff options
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | |||
100 | bind main pd ?git push %(remote) :%(branch) | 100 | bind main pd ?git push %(remote) :%(branch) |
101 | 101 | ||
102 | # fetch | 102 | # fetch |
103 | bind main gf ?git fetch $(remote) | 103 | bind main gf ?git fetch %(remote) |
104 | bind main gF ?git fetch '%(prompt Which remote? )' | 104 | bind main gF ?git fetch '%(prompt Which remote? )' |
105 | bind main pu ?git pull | 105 | bind main pu ?git pull |
106 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) | 106 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) |