Category Archive For "GIT"
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 …
GIT Fatal You Have not Concluded Your Merge MERGE_HEAD Exists
fatal: You have not concluded your merge. (MERGE_HEAD exists) I got this message because when I performed a “git pull”. I searched for a solution for this problem on the Internet and it wasn’t until I found this post that I was able to resolve this issue. The problem was that I: Performed a “git …
Recent Comments