Git
Properties
created
Empty
modified
07.03.2026, 14:35
published
Empty
sources
https://git-scm.com/
topics
Git, Version Control
authors
Empty
ai-assisted
No
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
# Topics
- Git Worktrees
- Parallel branch checkouts sharing a single
.gitrepository
- Parallel branch checkouts sharing a single
- git-ai
- Git Rebase
- Command reference for rebasing, interactive rebase, and conflict resolution
- Merging vs rebasing
- Conventional Commits
- Lightweight commit-message convention that dovetails with SemVer (
feat:,fix:,BREAKING CHANGE:)
- Lightweight commit-message convention that dovetails with SemVer (
- Git Workflows
There exists many different Workflows for Git management, the most popular currently seems to be Trunk-based. Different workflows are very well summarized here: Git Workflows