I have never cooperated before and now I need to share this project with several others, although I will be involved in 90% of the development.
I have a private repo on github. I clicked my starting source with
git push origin master
then I created a new local branch and made some changes. Then I did something. (For me, this somehow breaks down.) Now I would like to merge my branch into a master. Locally, he says that both of them are relevant, but on github, it says that my "master" branch has a "3 behind" state.
Some questions in a specific order?
How can I return my valid branch back to the master without losing my job? How should I do this in the future?
source share