aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-11 10:37:27 +0800
committertypebrook <typebrook@gmail.com>2019-04-11 10:37:27 +0800
commit704e44ac63e4d3f06f995c9b3d1dcac47f00ce4e (patch)
tree6c5c3b7b776b1d1af4dd6ebcfffb82c760467453
parent4a45be12d1719768b9b2b7da0ebbab4f64e02ef5 (diff)
update
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 1ffad52..c250978 100644
--- a/tigrc
+++ b/tigrc
@@ -89,6 +89,7 @@ bind main gM ?git merge %(repo:remote) --no-ff
89# push 89# push
90bind main p none 90bind main p none
91bind main pp ?git push 91bind main pp ?git push
92bind main pF ?git push -f
92bind main pP ?git push -u %(remote) %(branch):%(branch) 93bind main pP ?git push -u %(remote) %(branch):%(branch)
93bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 94bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
94bind main pd ?git push %(remote) :%(branch) 95bind main pd ?git push %(remote) :%(branch)