/advanced-git

Frontend Masters course notes

Advanced Git In-Depth

The accompanying exercises for Nina Zakharenko's Git In-Depth Video Workshop on Frontend Masters.

My Notes:

This is a fork of the repo that accompanied the course. I'm using it to add my own notes and code samples as I complete the course.

Description

  • Learn how git represents commits and branches internally to gain deep insights into how git works under the hood…
  • Discover the power of rebasing in git, along with how to avoid common pitfalls. Learn to tell when it’s appropriate to re-write history…
  • Discover how git hooks can make your life easier by running analysis on your code before you commit in order to prevent common errors from making their way into your codebase…
  • Discover lesser-known features of git that will save you hours of time when resolving merge conflicts and track down bugs…
  • Learn how to harness the power of the GitHub API to fetch information about your repositories.

Author and Class Information

The course content and exercises were written by Nina Zakharenko.