Skip to main content

Git and Gitflow

Git is a distributed version control system for tracking changes in source code during software development.

Key principles:

  • Tracks changes with commits.
  • Allows branching for parallel development.
  • Merges branches when ready.
  • Supports remote repositories.
  • Facilitates collaboration with pull requests.
  • Configurable for various workflows.