Questions
How can I use version control to collaborate with other people?
Objectives
- Clone a remote repository.
- Collaborate by pushing to a common repository.
- Describe the basic collaborative workflow.
Key Points
git clone
copies a remote repository to create a local repository with a remote calledorigin
automatically set up.