summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index c339ab3..6692c21 100644
--- a/tigrc
+++ b/tigrc
@@ -100,7 +100,7 @@ bind 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 101
102# fetch 102# fetch
103bind main gf ?git fetch $(remote) 103bind main gf ?git fetch %(remote)
104bind main gF ?git fetch '%(prompt Which remote? )' 104bind main gF ?git fetch '%(prompt Which remote? )'
105bind main pu ?git pull 105bind main pu ?git pull
106bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) 106bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch)