diff options
Diffstat (limited to 'tigrc')
-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 |