GIT fatal: refusing to merge unrelated histories
This is a short and sweet post. I often will start a project by initializing my project with git locally:
git init .
I then went to GitHub and created the project there. I chose a license file since this was a public repository.
That created the ini...
randy.cc1 min read