aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-02-13 10:53:02 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-02-13 10:53:02 +0800
commit3df9677288e00dd4a669160f73282e8eb8436fe9 (patch)
treee5045ddf06d820b74d3dde8bc8af8675fce157e8
parent2c0a912b33be0be915fa0cecb23c01416e761e94 (diff)
Update
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index bf410a0..fbd54e5 100644
--- a/tigrc
+++ b/tigrc
@@ -141,7 +141,7 @@ bind main pp ?git push
141bind main pP ?git push -u %(remote) %(branch):%(branch) 141bind main pP ?git push -u %(remote) %(branch):%(branch)
142bind main pr ?git push -u %(remote) %(branch):%(branch) 142bind main pr ?git push -u %(remote) %(branch):%(branch)
143bind main pc ?git push -u %(remote) %(commit):%(branch) 143bind main pc ?git push -u %(remote) %(commit):%(branch)
144bind main pR !git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' 144bind main pR !git push -u '%(prompt Which remote? )' %(branch):%(branch)
145bind main pF ?git push --force 145bind main pF ?git push --force
146bind main pd ?git push %(remote) :%(branch) 146bind main pd ?git push %(remote) :%(branch)
147bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' 147bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )'