aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 5d2c660..cb726b7 100644
--- a/tigrc
+++ b/tigrc
@@ -144,7 +144,6 @@ bind main pd ?git push %(remote) :%(branch)
144bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' 144bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )'
145 145
146# fetch 146# fetch
147bind main F ?git fetch %(remote) %(branch) # Go to Fetch
148bind main <C-F> ?git fetch %(remote) 147bind main <C-F> ?git fetch %(remote)
149bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote 148bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote
150bind main pu !git pull %(remote) %(branch) 149bind main pu !git pull %(remote) %(branch)