git - How can I merge remote branches without going to github? -


this question has answer here:

i have pushed local branch "develop" remote branch "develop".

now, want merge contents of remote "develop" remote "master" without going github website.

i tried checkout remote master typing git checkout origin/master, displays "you in 'detached head' state."

what best way so?

you can find answer here.. git - how merge remote branch remote master.

there no way can merge remote branches directly local git repo. have merge branch local master branch , push changes remote master.


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -