aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-06 12:06:27 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-06 12:06:27 +0800
commit1b37f7d7f1554f4ef4cd185c1181d54d9956b1db (patch)
tree54057c5cee90f3a93b240d77828f14f90af8c93f /tigrc
parenta9386c536189f2aaf38c9e2ba674a096657ca366 (diff)
Update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/tigrc b/tigrc
index 8817f54..c7b6589 100644
--- a/tigrc
+++ b/tigrc
@@ -140,9 +140,10 @@ bind main gs ?@git merge %(branch) --squash
140bind main p none # override default pager binding 140bind main p none # override default pager binding
141bind main pp ?git push 141bind main pp ?git push
142bind main pP ?git push -u %(remote) %(branch):%(branch) 142bind main pP ?git push -u %(remote) %(branch):%(branch)
143bind main pR ?git push -u %(remote) %(branch):%(branch)
144bind main pc ?git push -u %(remote) %(commit):%(branch)
145bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 143bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
144bind main pfr ?git push -u '%(prompt Force push to which remote? )' %(branch):%(branch) -f
145bind main pR ?git push -u %(remote) %(branch):%(branch)
146bind main pc ?git push -u '%(prompt Which remote? )' %(commit):%(branch)
146bind main pF ?git push --force 147bind main pF ?git push --force
147bind main pd ?git push %(remote) :%(branch) 148bind main pd ?git push %(remote) :%(branch)
148bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' 149bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )'
@@ -151,8 +152,7 @@ bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Whic
151bind main <C-F> ?git fetch %(remote) 152bind main <C-F> ?git fetch %(remote)
152bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote 153bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote
153bind main gF ?git fetch '%(prompt Which remote? )' '%(prompt Which branch? )' 154bind main gF ?git fetch '%(prompt Which remote? )' '%(prompt Which branch? )'
154bind main pu !git pull %(remote) %(branch) 155bind main pu !git pull '%(prompt Pull from witch remote? )' %(branch)
155bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch)
156bind main pU ?git pull --rebase 156bind main pU ?git pull --rebase
157 157
158# reset/rebase/revert 158# reset/rebase/revert