Using the git history

  • git log - Show the commits before your current one
  • git checkout - Change your working directory to another version
  • git branch - Create a branch or show branches

14 / 23