You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
git tab completion does not complete git commands,
e.g.
git com<tab>
does NOT complete togit commit
In #52 we added
git cherry-pick-last-n-from-last-branch
so I now find myself typinggit cherr<tab>
which gives megit cherry-pick-last-n-from-last-branch
when I wantedgit cherry-pick
The text was updated successfully, but these errors were encountered: