I made a new branch a while back and now my git origin and master don't follow my HEAD.
Before this commit all of the following were on the current commit (HEAD -> BranchName), origin/master, origin/HEAD, origin, master, HEAD
but after my commit on HEAD -> BranchName
moved to the new commit. How do I resolve this for future commits and link all this together? This causes an issue when I push origin master to my repo because they are still on a previous commit.