aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-14 12:12:50 +0800
committertypebrook <typebrook@gmail.com>2019-04-14 12:12:50 +0800
commitc0ed6bdff710cd26d7653fe1f2194899053c0071 (patch)
treed748e3d42990ac620745b291236012fd8a066b0e /tigrc
parent4cb0bcc6b2569ed7f00d3efba030c03e1451b11b (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index d2b4136..60ec3ed 100644
--- a/tigrc
+++ b/tigrc
@@ -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"
79bind main B !git checkout -b "%(prompt Enter branch name: )" %(commit)
79 80
80# commit 81# commit
81bind main a ?>git commit --amend 82bind main a ?>git commit --amend
@@ -113,7 +114,7 @@ bind main Tp ?git push --tags
113bind main gdt @git tag -d %(tag) 114bind main gdt @git tag -d %(tag)
114 115
115# android 116# android
116bind main B !sh scripts/bump_version.sh 117bind main <Esc>b !sh scripts/bump_version.sh
117 118
118# make patches 119# make patches
119bind main S ?>git format-patch -1 %(commit) 120bind main S ?>git format-patch -1 %(commit)