aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index fa39144..db4aa62 100644
--- a/tigrc
+++ b/tigrc
@@ -86,6 +86,8 @@ bind main pp ?git push
86bind main pP ?git push -u %(remote) %(branch):%(branch) 86bind main pP ?git push -u %(remote) %(branch):%(branch)
87bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 87bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
88bind main pd ?git push %(remote) :%(branch) 88bind main pd ?git push %(remote) :%(branch)
89bind main pu ?git pull
90bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch)
89 91
90# reset/rebase/revert 92# reset/rebase/revert
91bind main u ?git reset %(commit) 93bind main u ?git reset %(commit)