summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-05-15 09:02:43 +0800
committertypebrook <typebrook@gmail.com>2019-05-15 09:02:43 +0800
commit414d6921145a383f93a627d0bd9ebfdb0b445cf1 (patch)
tree37cae2c8e3c3fc3fdf9021fa1da200dc8b32f9db
parentc3c32538ca4710fa4d51df531babeddb2f6e2301 (diff)
update
-rw-r--r--tigrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 4b1929f..28bb455 100644
--- a/tigrc
+++ b/tigrc
@@ -83,6 +83,8 @@ bind main c @sh -c "git branch --points-at=%(commit) | \
83 (cat -; echo %(commit)) | \ 83 (cat -; echo %(commit)) | \
84 head -1 | \ 84 head -1 | \
85 xargs git checkout" 85 xargs git checkout"
86bind main bo >tig %(branch)
87bind main bO >tig "%(prompt Enter branchs: )"
86 88
87# commit 89# commit
88bind main a !>git commit --amend 90bind main a !>git commit --amend