diff options
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 | ||