aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-06-09 20:34:35 +0800
committertypebrook <typebrook@gmail.com>2019-06-09 20:34:35 +0800
commit0dcda9c1fe31f1c9e4a423cedc4cce8b5423dfe4 (patch)
tree0b026547d568bc3708be2c53430e9ac6a722f635
parent2822de500be80e9a4e13f610efca258725f08033 (diff)
update
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index c98a92b..f3cceea 100644
--- a/tigrc
+++ b/tigrc
@@ -109,8 +109,8 @@ bind main gM ?@git merge %(remote)/%(branch) --no-ff # merge-no-ff with current
109bind main p none # override default pager binding 109bind main p none # override default pager binding
110bind main pp ?git push 110bind main pp ?git push
111bind main pP ?git push -u %(remote) %(branch):%(branch) 111bind main pP ?git push -u %(remote) %(branch):%(branch)
112bind main pF ?git push -f
113bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 112bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
113bind main pF ?git push -f
114bind main pd ?git push %(remote) :%(branch) 114bind main pd ?git push %(remote) :%(branch)
115bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' 115bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )'
116 116