From eaa831f9ca033a3ed9d6bad55f0e12fdac21fa54 Mon Sep 17 00:00:00 2001 From: typebrook Date: Thu, 26 Dec 2019 12:08:53 +0800 Subject: update --- tigrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tigrc') diff --git a/tigrc b/tigrc index 65938b6..785c1dc 100644 --- a/tigrc +++ b/tigrc @@ -103,7 +103,7 @@ bind main bbD ?>git branch -D %(branch) bind main brd ?git branch -rd %(remote)/%(branch) bind main bv +sh -c "git branch -vv | grep %(branch)" bind main bm @git branch -m %(branch) "%(prompt New branch name: )" -bind main bM @git branch -f "%(prompt Move which branch to here? )" %(commit) +bind main bM @git branch --force "%(prompt Move which branch to here? )" %(commit) bind main c @sh -c "git branch --points-at=%(commit) | \ sed -n '/^*/ {n;p}' | \ (cat -; echo %(commit)) | \ @@ -129,7 +129,7 @@ bind main pp ?git push bind main pP ?git push -u %(remote) %(branch):%(branch) bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )' -bind main pF ?git push -f +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? )' @@ -234,7 +234,7 @@ bind status D ?>git clean -dfx # solve conflict bind status U ?>git reset --hard -bind status gc @git clean -f +bind status gc @git clean --force bind status Ba @git rebase --abort bind status Bc @git rebase --continue bind status !sh -c "git difftool -y \"$(git rev-parse --show-toplevel)/%(file)\"" -- cgit v1.2.3-70-g09d2