aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 60ec3ed..fbd2569 100644
--- a/tigrc
+++ b/tigrc
@@ -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"
79bind main B !git checkout -b "%(prompt Enter branch name: )" %(commit) 79bind main B @git checkout -b "%(prompt Enter branch name: )" %(commit)
80 80
81# commit 81# commit
82bind main a ?>git commit --amend 82bind main a ?>git commit --amend