aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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