aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-10-03 10:13:39 +0800
committertypebrook <typebrook@gmail.com>2019-10-03 10:13:39 +0800
commitd73ca8814eca0055dc570ebf510165dee984a693 (patch)
tree5026d258ab69de362e07b4eb9aac7a67bd2364e3 /tigrc
parentf24fc325aec02da87b80fc88f9ef38669b25dedb (diff)
update
Diffstat (limited to 'tigrc')
-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