aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-05 12:23:58 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-05 12:23:58 +0800
commitc0e2441b7dba9975690f4fa6958be4fe23c30d86 (patch)
tree5ab49c95f53b921903ca771b7b1ad65a07a07a24
parent31b853a7bebad5db3f84af9609ff41f72fa9ad7b (diff)
Update
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 71f1685..eee9680 100644
--- a/tigrc
+++ b/tigrc
@@ -135,7 +135,7 @@ bind main gs ?@git merge %(branch) --squash
135 135
136# push 136# push
137bind main p none # override default pager binding 137bind main p none # override default pager binding
138bind main pp ?git push 138bind main pp ?bash -c 'git push || git remote update --prune'
139bind main pP ?git push -u %(remote) %(branch):%(branch) 139bind main pP ?git push -u %(remote) %(branch):%(branch)
140bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) 140bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch)
141bind main pfr ?git push -u '%(prompt Force push to which remote? )' %(branch):%(branch) -f 141bind main pfr ?git push -u '%(prompt Force push to which remote? )' %(branch):%(branch) -f