I can't access this branch because the branch name includes a "/".
Our local Git Guru says as follows:
Please rename your branch name to not use slash.
The slash is used for origin purposes, e.g. origin/master, which is this branch's case would result in origin/misc/update-names' which will require extra escaping when used. In general/and:` should be avoided when naming branches.
I can't access this branch because the branch name includes a "/". Our local Git Guru says as follows: Please rename your branch name to not use slash.
The slash is used for origin purposes, e.g.
origin/master
, which is this branch's case would result inorigin/misc/update-names' which will require extra escaping when used. In general
/and
:` should be avoided when naming branches.