Basic git commands
03 Mar 2016How to merge other’s branch into mine?
git remote add otherrep uriToOtherRep
git fetch otherrep
git merge otherrep/branchname
How to merge other’s branch into mine?
git remote add otherrep uriToOtherRep
git fetch otherrep
git merge otherrep/branchname