Intro to Git

Commands covered:

  • git init
  • git status
  • git add
  • git commit (-m)
  • git log
  • git push
  • git remote -v
  • git checkout (-b)
  • git branch
  • git cherry-pick

GitHub

  • initializing a new repository
  • merging a pull request

git-introduction