Answer the question
In order to leave comments, you need to log in
How to push to master from developer without switching branches?
There are two branches. develop and master. I (and others) work with develop. Push to master = release to production. No left commits go to the master. Only fast-forward margin with develop.
The problem is that in order to post the slightest edit, I have to:
Answer the question
In order to leave comments, you need to log in
Why didn't you like a simple push?
git push repo local:remotegit push origin develop:master
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question