Knowledge Base
Curated collection of articles and resources
Filter knowledge base by topic
conventional commits cheatsheet
This cheatsheet helps you understand the Conventional Commit format, providing examples and guidelines for writing clear commit messages. With fun food-themed examples like feat: add gluten-free pizza option, it covers everything from feature additions to bug fixes and refactoring. Perfect for keeping your Git history organized.
cleanup lingering git branches
When branches are deleted on the remote (origin), your local repository won't automatically recognize the change. You'll still have locally cached copies of those branches (which can be useful), but running git branch -a will continue to display them as if they are still present on the remote.