aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-07-01 11:24:33 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-07-01 11:24:33 +0800
commit14e93fd8bc9859d921348670cee5ad19d24ef73b (patch)
treef497d5609b7f8d1395598e676e97938b66bb785f /tigrc
parent182fb3c7cee5d9717be8919e382c9921c76dee0c (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 00b02fc..ea4c7a2 100644
--- a/tigrc
+++ b/tigrc
@@ -136,7 +136,7 @@ bind main gs ?@git merge %(branch) --squash
136bind main p none # override default pager binding 136bind main p none # override default pager binding
137bind main pp ?git push 137bind main pp ?git push
138bind main pP ?git push -u %(remote) %(branch):%(branch) 138bind main pP ?git push -u %(remote) %(branch):%(branch)
139bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 139bind main pr ?git push -u %(remote) %(branch):%(branch)
140bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' 140bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )'
141bind main pF ?git push --force 141bind main pF ?git push --force
142bind main pd ?git push %(remote) :%(branch) 142bind main pd ?git push %(remote) :%(branch)