Git Workflow And Versioning

Structures git workflow practices for .NET/C# projects — atomic commits, trunk-based branches, pre-commit hygiene with `dotnet test` + `dotnet format`, worktrees for parallel agent work. Use when making any code change to a .NET solution, when committing, branching, resolving conflicts, or organizing work across multiple parallel streams.

peterblazejewicz 6f79d30 14.6 KB Updated

File contents

peterblazejewicz/claude-plugins/tree/main/plugins/dotnet-skills/skills/git-workflow-and-versioning commit 6f79d3083d

Frequently asked questions

npx skillmds@latest add peterblazejewicz/git-workflow-and-versioning