• Issues
    • Can create issues to semi-automatically keep track of issues
      • Can label the issues and assign people to work on them, etc.
  • Branches
    • Can create branch with
      • git checkout -b BranchName
      • git add *
      • git commit -m “message”
      • git push
      • // Pushes these changes to your branch
  • Different commits