diff options
author | typebrook <typebrook@gmail.com> | 2019-05-06 13:01:14 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-05-06 13:01:14 +0800 |
commit | f3dfa54130b605301d66f4824f5000f641b5d2b4 (patch) | |
tree | 086bdf3a5b63346c94b2413ff7042ca078d788f5 /tigrc | |
parent | ae83eabfb098ed0eb71bf6db9636b3bf5f7d5889 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ bind main c @sh -c "git branch --points-at=%(commit) | \ | |||
81 | (cat -; echo %(commit)) | \ | 81 | (cat -; echo %(commit)) | \ |
82 | head -1 | \ | 82 | head -1 | \ |
83 | xargs git checkout" | 83 | xargs git checkout" |
84 | bind main - @git checkout - | ||
84 | 85 | ||
85 | # commit | 86 | # commit |
86 | bind main a ?>git commit --amend | 87 | bind main a ?>git commit --amend |