diff options
author | typebrook <typebrook@gmail.com> | 2019-04-30 20:48:03 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-30 20:48:03 +0800 |
commit | d03048bde92d8852b4b625482ad6b8d2543b5b81 (patch) | |
tree | 9c0cd0f67365596a983c22e9d923761a5a5441a5 /tigrc | |
parent | c737000974acfc819a968247b2f6e2183ef7e7f0 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -98,6 +98,10 @@ bind main pF ?git push -f | |||
98 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 98 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
99 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 99 | 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 | |||
102 | # fetch | ||
103 | bind main gf ?git fetch $(remote) | ||
104 | bind main gF ?git fetch '%(prompt Which remote? )' | ||
101 | bind main pu ?git pull | 105 | bind main pu ?git pull |
102 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) | 106 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) |
103 | 107 | ||