diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -76,6 +76,7 @@ bind main c @sh -c "git branch --points-at=%(commit) | \ | |||
76 | (cat -; echo %(commit)) | \ | 76 | (cat -; echo %(commit)) | \ |
77 | head -1 | \ | 77 | head -1 | \ |
78 | xargs git checkout" | 78 | xargs git checkout" |
79 | bind main B !git checkout -b "%(prompt Enter branch name: )" %(commit) | ||
79 | 80 | ||
80 | # commit | 81 | # commit |
81 | bind main a ?>git commit --amend | 82 | bind main a ?>git commit --amend |
@@ -113,7 +114,7 @@ bind main Tp ?git push --tags | |||
113 | bind main gdt @git tag -d %(tag) | 114 | bind main gdt @git tag -d %(tag) |
114 | 115 | ||
115 | # android | 116 | # android |
116 | bind main B !sh scripts/bump_version.sh | 117 | bind main <Esc>b !sh scripts/bump_version.sh |
117 | 118 | ||
118 | # make patches | 119 | # make patches |
119 | bind main S ?>git format-patch -1 %(commit) | 120 | bind main S ?>git format-patch -1 %(commit) |