diff options
| author | typebrook <typebrook@gmail.com> | 2019-04-14 12:12:50 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-04-14 12:12:50 +0800 |
| commit | c0ed6bdff710cd26d7653fe1f2194899053c0071 (patch) | |
| tree | d748e3d42990ac620745b291236012fd8a066b0e | |
| parent | 4cb0bcc6b2569ed7f00d3efba030c03e1451b11b (diff) | |
update
| -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) |