summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-05-25 22:49:22 +0800
committertypebrook <typebrook@gmail.com>2019-05-25 22:49:22 +0800
commit65aa5c2005f6fb7b47cd37dfbedfe0f02b40e11b (patch)
tree8f6fde3fa7005bea39355caa7f24c53929c51fd2
parent75fe2a958111fc5161fc4d4913c68b607777c490 (diff)
Revert "update"
This reverts commit 75fe2a958111fc5161fc4d4913c68b607777c490.
-rw-r--r--tigrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 34d44aa..9fbdf71 100644
--- a/tigrc
+++ b/tigrc
@@ -102,8 +102,8 @@ bind main gM ?@git merge %(remote)/%(branch) --no-ff # merge-no-ff with current
102 102
103# push 103# push
104bind main p none # override default pager binding 104bind main p none # override default pager binding
105bind main pp ?@git push 105bind main pp ?git push
106bind main pP ?@git push -u %(remote) %(branch):%(branch) 106bind main pP ?git push -u %(remote) %(branch):%(branch)
107bind main pF ?git push -f 107bind main pF ?git push -f
108bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 108bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
109bind main pd ?git push %(remote) :%(branch) 109bind main pd ?git push %(remote) :%(branch)