diff options
| author | typebrook <typebrook@gmail.com> | 2019-05-17 17:58:49 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-05-17 17:58:49 +0800 |
| commit | 48dd72ac7adf555007bf75f5c56377aedd2fe1f2 (patch) | |
| tree | b09c6ae201079e3fa30f12d3087a058f7db3a4a8 /tigrc | |
| parent | b8819106319f4b5d105a99eaaf2254bd2e4d3342 (diff) | |
update
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 | ||