/git-hygiene-training

This repository is an interactive exercise that will help you master git tools. Simply follow the instructions and learn by doing.

Git hygiene training

This repository is an interactive exercise that will help you master the git tools necessary to keep a clean history of your project. The exercise will cover the following topics:

  • Rebase
  • Force push
  • Fixup
  • Squash

This exercise requires a basic understanding of git command line tools for merging branches and commiting code. When you are ready to begin, simply follow the instructions below and learn by doing.

Setup

  1. Fork this repository
  2. Clone the project to your desktop
  3. ▶️ Run git merge introduction to continue this exercise