summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 8b1a8ae..5ce5afc 100644
--- a/tigrc
+++ b/tigrc
@@ -120,7 +120,7 @@ bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
120bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' 120bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )'
121bind main pF ?git push -f 121bind main pF ?git push -f
122bind main pd ?git push %(remote) :%(branch) 122bind main pd ?git push %(remote) :%(branch)
123bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' 123bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which reference? )'
124 124
125# fetch 125# fetch
126bind main F ?git fetch %(remote) %(branch) # Go to Fetch 126bind main F ?git fetch %(remote) %(branch) # Go to Fetch