aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 7323e80..1bfb501 100644
--- a/tigrc
+++ b/tigrc
@@ -137,7 +137,7 @@ bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Whic
137bind main F ?git fetch %(remote) %(branch) # Go to Fetch 137bind main F ?git fetch %(remote) %(branch) # Go to Fetch
138bind main <C-F> ?git fetch %(remote) 138bind main <C-F> ?git fetch %(remote)
139bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote 139bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote
140bind main pu ?git pull 140bind main pu !git pull
141bind main pU ?git pull --rebase 141bind main pU ?git pull --rebase
142 142
143# reset/rebase/revert 143# reset/rebase/revert