From 213136c14ae64c8fbf93fedc205e31e462e5e007 Mon Sep 17 00:00:00 2001 From: typebrook Date: Tue, 14 Jan 2020 11:41:26 +0800 Subject: update --- tigrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tigrc') diff --git a/tigrc b/tigrc index 785c1dc..c321415 100644 --- a/tigrc +++ b/tigrc @@ -142,8 +142,9 @@ bind main pU ?git pull --rebase # reset/rebase/revert bind main uu ?git reset %(commit) -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 us ?git reset %(commit) --soft +bind main uS ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes bind main B !?git rebase -i %(commit) bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head) bind main ! ?git revert %(commit) -- cgit v1.2.3-70-g09d2