Tag Archive For "git checkout fatal updating paths incompatible switching branches"
fatal: git checkout: updating paths is incompatible with switching branches.
Using GIT I tried to pull down a new remote branch using: git checkout –track -b my-branch-name origin/my-branch-name When I did this I got this error message: fatal: git checkout: updating paths is incompatible with switching branches. Did you intend to checkout ‘origin/my-branch-name’ which can not be resolved as commit? This error message was a …
Recent Comments