diff options
| author | typebrook <typebrook@gmail.com> | 2019-05-01 15:52:28 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-05-01 15:52:28 +0800 |
| commit | e1b0ddd1a9b9023b955ced1ae4194469b265d01e (patch) | |
| tree | 17f6aaf3ad5d51cda750f6026be0b49ec42bc029 /tigrc | |
| parent | d03048bde92d8852b4b625482ad6b8d2543b5b81 (diff) | |
update
Diffstat (limited to 'tigrc')
| -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) |