diff options
author | typebrook <typebrook@gmail.com> | 2019-04-14 12:14:43 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-14 12:14:43 +0800 |
commit | 0186012e1386d325fe3d5e45e544a16b59352df0 (patch) | |
tree | 58c507299ccc9ae732ce120fd41e6da383168e05 /tigrc | |
parent | c0ed6bdff710cd26d7653fe1f2194899053c0071 (diff) |
update
Diffstat (limited to 'tigrc')
-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 |