aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-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