I seem to have created a mess. In my local repo, I have the following structure:
I have a clean set of code in my master. And to do some new experiments, I forked it to rsadev. I am planning to go back to Master and fork again to another branch soon.
In my github repository, it looks like this:
Looks like both my master and my rsadev are at the last latest commit (which should be only on the rsadev branch). How can I get my remote repository to follow my local one? Please help me get out of this mess.
Please also note that I work on different laptops/servers. So my workflow is like this:
1) On my current machine, I do a git pull for the latest repository. 2) I make changes 3) Do a git push at the end of the day.
Please let me know if I need to take care of anything when moving between computers.
Thanks