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
Using vanilla git in bash completes remote branches that are not local yet when doing git checkout branchname. But fugitive does complete files instead when doing :Git checkout br..<tab>. Can we have same behavior as in bash?
The text was updated successfully, but these errors were encountered:
Using vanilla git in bash completes remote branches that are not local yet when doing
git checkout branchname
. But fugitive does complete files instead when doing:Git checkout br..<tab>
. Can we have same behavior as in bash?The text was updated successfully, but these errors were encountered: