diff options
author | typebrook <typebrook@gmail.com> | 2019-10-03 10:13:39 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-10-03 10:13:39 +0800 |
commit | d73ca8814eca0055dc570ebf510165dee984a693 (patch) | |
tree | 5026d258ab69de362e07b4eb9aac7a67bd2364e3 | |
parent | f24fc325aec02da87b80fc88f9ef38669b25dedb (diff) |
update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | |||
120 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' | 120 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' |
121 | bind main pF ?git push -f | 121 | bind main pF ?git push -f |
122 | bind main pd ?git push %(remote) :%(branch) | 122 | bind main pd ?git push %(remote) :%(branch) |
123 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' | 123 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which reference? )' |
124 | 124 | ||
125 | # fetch | 125 | # fetch |
126 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch | 126 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch |