aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-12-04 17:12:07 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-12-04 17:12:07 +0800
commit1e67c8fa17d8578d1e734d44f11d97df77268bb1 (patch)
tree5e720af4586d2e38521968b448e7f2397fe4e958 /tigrc
parent09c37f0cc2f2fd087e185b740ff2819683d4df61 (diff)
update
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)