Git & Version Control
Git commands, config, and workflow tools
Git commands, configs, and workflow helpers
Git tools are the cheat sheet you reach for when you're mid-rebase and the docs are unhelpful: .gitignore generators tuned to specific stacks (Node + IntelliJ + macOS), commit-message linters and conventional-commits validators, semver bumpers, conflict-marker strippers, branch-naming validators, hooks generators (pre-commit, commit-msg). Less about replacing the CLI git workflow and more about the configuration files and policies that surround it. Useful when you're standing up a new repo with the right hygiene from day one, or when you need to bring an existing repo up to your team's convention.
8 tools

