Working with Others

  • git clone - Copies the files in a project (and the history) to your machine
  • git fetch - Update your git graph based on a remote repo. Does not make changes directly
  • git merge - Merges changes from another branch into yours
  • git pull - Retrieves updates from another git repository
  • git push - Makes updates to another git repository

15 / 23