aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index fd209e7..65591b9 100644
--- a/tigrc
+++ b/tigrc
@@ -111,8 +111,8 @@ bind main pd ?git push %(remote) :%(branch)
111bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' 111bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )'
112 112
113# fetch 113# fetch
114bind main gf ?git fetch %(remote) # Go to Fetch 114bind main F ?git fetch %(remote) # Go to Fetch
115bind main gF ?git fetch '%(prompt Which remote? )' # Go to Fetch certain remote 115bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch certain remote
116bind main pu ?git pull 116bind main pu ?git pull
117bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) 117bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch)
118 118