Sharing Code, Merging, and Branching with Git
Learn about sharing code, merging, and branching with Git.
We'll cover the following
Sharing code with Git
Whereas centralized SCM systems have a central server, Git repositories can send and receive commits between each other. Git repositories always include all the files and metadata of all other repositories with the same content. The process of sending commits, called a push, and receiving, called a pull, makes no distinction between a local and central repository.
Get hands-on with 1400+ tech skills courses.