git - How can I merge remote branches without going to github? -
this question has answer here:
- git: merge remote branch locally 4 answers
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
Post a Comment