GIT Overview


PUSH

  1. clone (or create a repo)
  2. change or add files
  3. stage the files
  4. write commit message
  5. commit (alone => master, teams => yourBranch)
  6. push

PULL

  1. clone
  2. pull (update)