Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Git Flow branches

Git flow uses several types of branches.

  • main (or deployment)
  • hotfixes (several small branches)
  • release (to prepare for release)
  • develop (or integration)
  • feature (several branches)