Bootcamp Git topics

Goal

To teach the student basic GIT

Why?

GIT being ultimately a required skill for all team members. It's important that the student understands basic to intermediate GIT knowledge to work properly.

What will be taught?

  • What's Git?
  • Importance of Git
  • Branching
  • Commiting
  • Pushing to
  • Creating PRs
  • Resolving Conflicts
  • Rebasing
  • Multiple remotes
  • Git checks

Git Ethics

More can be found on our dedicated Git Pages