diff options
author | typebrook <typebrook@gmail.com> | 2019-03-12 18:11:07 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-12 18:11:07 +0800 |
commit | 9059358c6a5c90898441699e4026f54bdd4671fb (patch) | |
tree | 3a51f2f5d9f3e4020475016c8e8b2fb3503a5993 /tigrc | |
parent | 2fddc277815b8e09ef80279d94578735481ec435 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ bind main T @git tag "%(prompt Enter tag name: )" %(commit) | |||
27 | bind main gdt @git tag -d %(tag) | 27 | bind main gdt @git tag -d %(tag) |
28 | bind main <Ctrl-r> !?git rebase -i %(commit) | 28 | bind main <Ctrl-r> !?git rebase -i %(commit) |
29 | bind main m ?git merge %(commit) | 29 | bind main m ?git merge %(commit) |
30 | bind main M ?git merge %(commit) --no-ff | ||
30 | bind main P ?git push | 31 | bind main P ?git push |
31 | bind main b @git checkout -b "%(prompt Enter branch name: )" | 32 | bind main b @git checkout -b "%(prompt Enter branch name: )" |
32 | bind main B !sh scripts/bump_version.sh | 33 | bind main B !sh scripts/bump_version.sh |