diff options
-rw-r--r-- | tigrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,12 +19,14 @@ bind main c @sh -c "git branch --points-at=%(commit) | \ | |||
19 | xargs git checkout" | 19 | xargs git checkout" |
20 | bind main T @git tag "%(prompt Enter tag name: )" %(commit) | 20 | bind main T @git tag "%(prompt Enter tag name: )" %(commit) |
21 | bind main <Ctrl-r> !?git rebase -i %(commit) | 21 | bind main <Ctrl-r> !?git rebase -i %(commit) |
22 | bind main M ?git merge %(commit) | 22 | bind main m ?git merge %(commit) |
23 | bind main P ?git push | 23 | bind main P ?git push |
24 | bind main b @git checkout -b "%(prompt Enter branch name: )" %(commit) | 24 | bind main b @git checkout -b "%(prompt Enter branch name: )" %(commit) |
25 | bind main B !sh scripts/bump_version.sh | ||
25 | bind main V @git log -S "%(prompt Enter search word: )" | 26 | bind main V @git log -S "%(prompt Enter search word: )" |
26 | bind main gd ?git branch -d %(branch) | 27 | bind main gd ?git branch -d %(branch) |
27 | bind main gD ?git branch -D %(branch) | 28 | bind main gD ?git branch -D %(branch) |
29 | bind main gR ?git reset %(commit) | ||
28 | 30 | ||
29 | set main-view = \ | 31 | set main-view = \ |
30 | date:default \ | 32 | date:default \ |