diff options
| author | typebrook <typebrook@gmail.com> | 2019-05-24 22:41:02 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-05-24 22:41:02 +0800 |
| commit | 6ce7cf0fdf6a7e6b385160a8094d42994876f70a (patch) | |
| tree | 8f6fde3fa7005bea39355caa7f24c53929c51fd2 | |
| parent | 86e4f648f2fcf7191a0997fde2cf1be1f8e11313 (diff) | |
update
| -rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -88,6 +88,7 @@ bind main c @sh -c "git branch --points-at=%(commit) | \ | |||
| 88 | xargs git checkout" | 88 | xargs git checkout" |
| 89 | bind main bo >tig %(branch) | 89 | bind main bo >tig %(branch) |
| 90 | bind main bO >tig "%(prompt Enter branchs: )" | 90 | bind main bO >tig "%(prompt Enter branchs: )" |
| 91 | bind main ba >tig --all | ||
| 91 | 92 | ||
| 92 | # commit | 93 | # commit |
| 93 | bind main a !>git commit --amend | 94 | bind main a !>git commit --amend |