diff options
author | typebrook <typebrook@gmail.com> | 2019-07-08 14:27:26 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-07-08 14:27:26 +0800 |
commit | c631055dc0c9e3bcc4a3e58279b68790bb089d64 (patch) | |
tree | 0c3fba79fb18a39476193bf56db00910af2f9783 | |
parent | ebd22941480d45ea260090b9e281e012b2b87e5e (diff) |
update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ bind main c @sh -c "git branch --points-at=%(commit) | \ | |||
93 | head -1 | \ | 93 | head -1 | \ |
94 | xargs git checkout" | 94 | xargs git checkout" |
95 | bind main bo >tig %(branch) | 95 | bind main bo >tig %(branch) |
96 | bind main bO >tig "%(prompt Enter branchs: )" | 96 | bind main bO >tig "%(prompt Enter branch: )" |
97 | bind main ba >tig --all | 97 | bind main ba >tig --all |
98 | 98 | ||
99 | # commit | 99 | # commit |