diff options
author | typebrook <typebrook@gmail.com> | 2019-03-07 15:20:27 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-07 15:20:27 +0800 |
commit | 4135aab0529015de37053168e205f1d39fc3f608 (patch) | |
tree | 76237f4e671b3dc5198da9d1b27361715d98188c /tigrc | |
parent | c37bdf1f4bd0f603cae4b1be0ba5e06e76f27514 (diff) |
Update
Diffstat (limited to 'tigrc')
-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 \ |