aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-05-24 22:43:16 +0800
committertypebrook <typebrook@gmail.com>2019-05-24 22:43:16 +0800
commit75fe2a958111fc5161fc4d4913c68b607777c490 (patch)
tree5a5fa510e97dc2e1dfc76de5f75230fc1141f5cd /tigrc
parent6ce7cf0fdf6a7e6b385160a8094d42994876f70a (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 9fbdf71..34d44aa 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)