Working with Others
git clone
- Copies the files in a project (and the history) to your machinegit fetch
- Update your git graph based on a remote repo. Does not make changes directlygit merge
- Merges changes from another branch into yoursgit pull
- Retrieves updates from another git repositorygit push
- Makes updates to another git repository
15 / 23