# gsd:reference:git-integration > Git integration reference for GSD - Author: Cody Swartz - Repository: ctsstc/get-shit-done-skills - Version: 20260119213051 - Stars: 2 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/ctsstc/get-shit-done-skills - Web: https://mule.run/skillshub/@@ctsstc/get-shit-done-skills~gsd:reference:git-integration:20260119213051 --- --- name: gsd:reference:git-integration description: Git integration reference for GSD version: 1.0.0 triggers: [git, version control, commits] tools: [Bash, Glob, Grep, Write] --- # GSD Git Integration Reference Guide for using Git with GSD workflow. ## Commit Patterns - Atomic commits per task - Descriptive commit messages - Link to task when possible - Regular commits during work ## Branch Strategy - Feature branches for tasks - Main branch for stable - Checkpoints as tags ## Best Practices - Commit early and often - Write meaningful messages - Review before pushing - Keep commits focused ## Success Criteria Clean git history with traceable changes.