aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 1caaa51..c339ab3 100644
--- a/tigrc
+++ b/tigrc
@@ -98,6 +98,10 @@ bind main pF ?git push -f
98bind main pP ?git push -u %(remote) %(branch):%(branch) 98bind main pP ?git push -u %(remote) %(branch):%(branch)
99bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 99bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
100bind main pd ?git push %(remote) :%(branch) 100bind main pd ?git push %(remote) :%(branch)
101
102# fetch
103bind main gf ?git fetch $(remote)
104bind main gF ?git fetch '%(prompt Which remote? )'
101bind main pu ?git pull 105bind main pu ?git pull
102bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) 106bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch)
103 107