diff options
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +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 | bind main B @git checkout -b "%(prompt Enter branch name: )" %(commit) |
80 | 80 | ||
81 | # commit | 81 | # commit |
82 | bind main a ?>git commit --amend | 82 | bind main a ?>git commit --amend |