diff options
-rw-r--r-- | tigrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
86 | bind main bo >tig %(branch) | ||
87 | bind main bO >tig "%(prompt Enter branchs: )" | ||
86 | 88 | ||
87 | # commit | 89 | # commit |
88 | bind main a !>git commit --amend | 90 | bind main a !>git commit --amend |