Changes

Jump to navigation Jump to search

Introduction to Git

77 bytes added, 11:15, 16 November 2017
* You can choose when you synchronize you local copy of the files with the primary repository
* When a developer wants to control who changes the contents of the primary repository, he/she may make it read only so only new changes can be downloaded
 
A few important pieces of Git terminology and their roles in the workflow:
 
* The process of downloading new changes from a central repository is called a "pull"
* The process of uploading new changes to a central repository is called a "push"

Navigation menu