Skip to content

Git#

Git is free and open source software for distributed version control: tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows (thousands of parallel branches running on different systems).

Read more on Wikipedia.

Sites#

Community#

Books#
Forges#
Tools#
Workflows#
  • git-branchless: High-velocity, monorepo-scale workflow for Git
  • Legit: Git Workflow for Humans
Platforms#
  • HighFlux: Next-Generation Git Client for the remote work era
  • Sturdy: An open-source, real-time, version control platform for startups

Resources#