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
Autocomplete function in git (when pressing TAB button) has some problem when "/" symbol is present in the branch name. For example, there is "feature/base1" and "feature/base2" branches in git repo. If to type "git checkout f"+TAB in cmder it produces: "git checkout feature". If to type same in git bash it produces "feature/base". It is better when autocompletion gives as much hint as possible.
The text was updated successfully, but these errors were encountered:
Autocomplete function in git (when pressing TAB button) has some problem when "/" symbol is present in the branch name. For example, there is "feature/base1" and "feature/base2" branches in git repo. If to type "git checkout f"+TAB in cmder it produces: "git checkout feature". If to type same in git bash it produces "feature/base". It is better when autocompletion gives as much hint as possible.
The text was updated successfully, but these errors were encountered: