From 1b37f7d7f1554f4ef4cd185c1181d54d9956b1db Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sun, 6 Oct 2024 12:06:27 +0800 Subject: Update --- tigrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tigrc') diff --git a/tigrc b/tigrc index 8817f54..c7b6589 100644 --- a/tigrc +++ b/tigrc @@ -140,9 +140,10 @@ bind main gs ?@git merge %(branch) --squash bind main p none # override default pager binding bind main pp ?git push bind main pP ?git push -u %(remote) %(branch):%(branch) -bind main pR ?git push -u %(remote) %(branch):%(branch) -bind main pc ?git push -u %(remote) %(commit):%(branch) bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) +bind main pfr ?git push -u '%(prompt Force push to which remote? )' %(branch):%(branch) -f +bind main pR ?git push -u %(remote) %(branch):%(branch) +bind main pc ?git push -u '%(prompt Which remote? )' %(commit):%(branch) bind main pF ?git push --force bind main pd ?git push %(remote) :%(branch) bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' @@ -151,8 +152,7 @@ bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Whic bind main ?git fetch %(remote) bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote bind main gF ?git fetch '%(prompt Which remote? )' '%(prompt Which branch? )' -bind main pu !git pull %(remote) %(branch) -bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch) +bind main pu !git pull '%(prompt Pull from witch remote? )' %(branch) bind main pU ?git pull --rebase # reset/rebase/revert -- cgit v1.2.3-70-g09d2