diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ bind main pp ?git push | |||
86 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 86 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
87 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 87 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) |
88 | bind main pd ?git push %(remote) :%(branch) | 88 | bind main pd ?git push %(remote) :%(branch) |
89 | bind main pu ?git pull | ||
90 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) | ||
89 | 91 | ||
90 | # reset/rebase/revert | 92 | # reset/rebase/revert |
91 | bind main u ?git reset %(commit) | 93 | bind main u ?git reset %(commit) |