diff options
| author | typebrook <typebrook@gmail.com> | 2019-05-15 09:02:43 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-05-15 09:02:43 +0800 |
| commit | 414d6921145a383f93a627d0bd9ebfdb0b445cf1 (patch) | |
| tree | 37cae2c8e3c3fc3fdf9021fa1da200dc8b32f9db /tigrc | |
| parent | c3c32538ca4710fa4d51df531babeddb2f6e2301 (diff) | |
update
Diffstat (limited to 'tigrc')
| -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 |