From 9fed53d721ef57e50847354361bdc3e563e96f09 Mon Sep 17 00:00:00 2001 From: typebrook Date: Wed, 5 Feb 2020 19:18:06 +0800 Subject: update --- tigrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tigrc') diff --git a/tigrc b/tigrc index 35e4af4..a546ba1 100644 --- a/tigrc +++ b/tigrc @@ -144,8 +144,9 @@ bind main pU ?git pull --rebase bind main uu ?git reset %(commit) --soft bind main uh ?git reset %(commit) --hard 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 --rebase-merges -i %(commit) +bind main B !?git rebase -i %(commit) bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head) +bind main gB !?git rebase --rebase-merges -i %(commit) bind main ! ?git revert %(commit) # tag @@ -186,7 +187,7 @@ bind main I >sh -c "hub issue | tig" ## Statistics bind main gc >sh -c 'cloc --git %(commit) | tig' ## Script to bump Android version -bind main !sh scripts/bump_version.sh +bind main ! scripts/bump_version.sh && scripts/whatsnew.sh # note #bind generic gnn !git notes edit %(commit) -- cgit v1.2.3-70-g09d2