June 2017
Beginner to intermediate
274 pages
6h 49m
English
Git can do something very similar to combine code from other repositories into our own. The command for that is git pull, rather than git merge, and instead of a branch name, we provide the URL or pathname to a different repository, as shown here:
But otherwise, it functions in the same way. This is an incredibly useful feature because it allows us to easily collaborate with other coders, both locally and around the world.
Read now
Unlock full access