notebook This is my personal notebook ^_^

Basic git commands

Basic git commands

How to merge other’s branch into mine?

git remote add otherrep uriToOtherRep
git fetch otherrep
git merge otherrep/branchname