aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-11-23 10:42:57 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-11-23 10:42:57 +0800
commit8ce14136fb83b2d62851351cf28c4b45c685c3ea (patch)
treebddf7c0ed7af613315b58e8b92dbaadeb5016317
parentf94317949f09acbe5ef1365dd01dd4907eb7e7fe (diff)
update
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 9941df6..5d2c660 100644
--- a/tigrc
+++ b/tigrc
@@ -147,7 +147,7 @@ bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Whic
147bind main F ?git fetch %(remote) %(branch) # Go to Fetch 147bind main F ?git fetch %(remote) %(branch) # Go to Fetch
148bind main <C-F> ?git fetch %(remote) 148bind main <C-F> ?git fetch %(remote)
149bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote 149bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote
150bind main pu !git pull 150bind main pu !git pull %(remote) %(branch)
151bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch) 151bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch)
152bind main pU ?git pull --rebase 152bind main pU ?git pull --rebase
153 153