# [[Git]]
Git notes, command references, and related hosting or workflow topics.
_Created: 2026-07-06_ | #git | [[Tech MOC|Tech]]
## Core Git
- [[Git Cheat Sheet]] - Recipes for common Git commands and repo inspection tasks.
- [[Git LFS]] - Notes on installing and using Git Large File Storage for files that should not live directly in normal Git objects.
- [[Conventional Commits]] - Commit message convention for making project history easier for humans and automation to parse.
## GitHub
- [[GitHub Pages Domain Verification]] - How GitHub Pages domain verification prevents custom-domain mapping takeovers.
## GitLab
- [[Gitlab CICD]] - Notes on GitLab CI/CD stages, job ordering, concurrency, and `needs`.