From 07805bdbcd92cc840183b503ac85492b366dd85f Mon Sep 17 00:00:00 2001 From: typebrook Date: Thu, 2 May 2019 16:59:51 +0800 Subject: update --- tigrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tigrc') diff --git a/tigrc b/tigrc index a486093..4673e48 100644 --- a/tigrc +++ b/tigrc @@ -92,7 +92,7 @@ bind main gm ?git merge %(remote)/%(branch) # merge with current remote bind main gM ?git merge %(remote)/%(branch) --no-ff # merge-no-ff with current remote # push -bind main p none +bind main p none # override default pager binding bind main pp ?git push bind main pF ?git push -f bind main pP ?git push -u %(remote) %(branch):%(branch) @@ -108,7 +108,7 @@ bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) # reset/rebase/revert bind main uu ?git reset %(commit) -bind main us ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" +bind main us ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes bind main uh ?git reset %(commit) --hard bind main B !?git rebase -i %(commit) bind main ! ?git revert %(commit) @@ -173,7 +173,7 @@ bind status gs !git stashstaged # quick commit bind status c @git commit -m "%(prompt Enter commit message: )" bind status a ?>git commit --amend -bind status p ?>sh -c "git commit -m 'update' && git push" +bind status p ?>sh -c "git commit -m 'update' && git push" # quick push bind status d ?>rm %(file) -- cgit v1.2.3-70-g09d2