diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -111,8 +111,8 @@ bind main pd ?git push %(remote) :%(branch) | |||
111 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' | 111 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' |
112 | 112 | ||
113 | # fetch | 113 | # fetch |
114 | bind main gf ?git fetch %(remote) # Go to Fetch | 114 | bind main F ?git fetch %(remote) # Go to Fetch |
115 | bind main gF ?git fetch '%(prompt Which remote? )' # Go to Fetch certain remote | 115 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch certain remote |
116 | bind main pu ?git pull | 116 | bind main pu ?git pull |
117 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) | 117 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) |
118 | 118 | ||