summaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 35e4af4..a546ba1 100644
--- a/tigrc
+++ b/tigrc
@@ -144,8 +144,9 @@ bind main pU ?git pull --rebase
144bind main uu ?git reset %(commit) --soft 144bind main uu ?git reset %(commit) --soft
145bind main uh ?git reset %(commit) --hard 145bind main uh ?git reset %(commit) --hard
146bind main uS ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes 146bind main uS ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" # reset and stash the changes
147bind main B !?git rebase --rebase-merges -i %(commit) 147bind main B !?git rebase -i %(commit)
148bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head) 148bind main gb !?git rebase --onto '%(prompt Rebase onto which branch? )' %(commit) %(repo:head)
149bind main gB !?git rebase --rebase-merges -i %(commit)
149bind main ! ?git revert %(commit) 150bind main ! ?git revert %(commit)
150 151
151# tag 152# tag
@@ -186,7 +187,7 @@ bind main I >sh -c "hub issue | tig"
186## Statistics 187## Statistics
187bind main gc >sh -c 'cloc --git %(commit) | tig' 188bind main gc >sh -c 'cloc --git %(commit) | tig'
188## Script to bump Android version 189## Script to bump Android version
189bind main <C-B> !sh scripts/bump_version.sh 190bind main <C-B> ! scripts/bump_version.sh && scripts/whatsnew.sh
190 191
191# note 192# note
192#bind generic gnn !git notes edit %(commit) 193#bind generic gnn !git notes edit %(commit)