diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-11-23 10:42:57 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-11-23 10:42:57 +0800 |
commit | 8ce14136fb83b2d62851351cf28c4b45c685c3ea (patch) | |
tree | bddf7c0ed7af613315b58e8b92dbaadeb5016317 | |
parent | f94317949f09acbe5ef1365dd01dd4907eb7e7fe (diff) |
update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Whic | |||
147 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch | 147 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch |
148 | bind main <C-F> ?git fetch %(remote) | 148 | bind main <C-F> ?git fetch %(remote) |
149 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote | 149 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote |
150 | bind main pu !git pull | 150 | bind main pu !git pull %(remote) %(branch) |
151 | bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch) | 151 | bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch) |
152 | bind main pU ?git pull --rebase | 152 | bind main pU ?git pull --rebase |
153 | 153 | ||