aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-09-23 00:36:52 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-09-23 00:36:52 +0800
commit47415d351ba267622c59dc2ac5d9b1c04e889ab4 (patch)
treeae4f9b1b27789518d6620ebde4981716de284d63 /tigrc
parent641d3f69e03f749f8fb2e64224755f5cdb7f2d83 (diff)
Update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 38d923c..926f890 100644
--- a/tigrc
+++ b/tigrc
@@ -140,6 +140,7 @@ bind main p none # override default pager binding
140bind main pp ?git push 140bind main pp ?git push
141bind main pP ?git push -u %(remote) %(branch):%(branch) 141bind main pP ?git push -u %(remote) %(branch):%(branch)
142bind main pr ?git push -u %(remote) %(branch):%(branch) 142bind main pr ?git push -u %(remote) %(branch):%(branch)
143bind main pc ?git push -u %(remote) %(commit):%(branch)
143bind main pR !git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' 144bind main pR !git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )'
144bind main pF ?git push --force 145bind main pF ?git push --force
145bind main pd ?git push %(remote) :%(branch) 146bind main pd ?git push %(remote) :%(branch)