No Longer My Favorite Git Commit
A critique of overly detailed Git commit messages, arguing that while entertaining, they may not represent best practices for software engineering.
A critique of overly detailed Git commit messages, arguing that while entertaining, they may not represent best practices for software engineering.
Learn how to customize GitHub Copilot's auto-generated commit messages using VS Code settings for consistent formatting.
A guide to writing clear and structured Git commit messages to improve code history readability and maintainability.
A guide to writing effective Git commit messages, focusing on essential information and reasoning over minor stylistic details.
A guide to using a Git hook to automatically prefix commit messages with JIRA ticket numbers from branch names.
Explains how GitHub automatically adds co-authors to commits in squashed pull requests and how to manually add them using GitHub's no-reply email format.
A developer's musing on discovering aesthetically pleasing or interesting patterns in Git commit hashes, like sequences and palindromes.
A guide to using Git Hooks for automating commit message validation and enforcing corporate email usage in version control workflows.
Explains how using Conventional Commits can make your git log cleaner, more readable, and more useful for understanding project history.
A guide to disciplined Git workflows, covering commit message best practices, atomic commits, and tools for productive version control.
Advocates for writing descriptive, story-like Git commit messages to improve codebase history and debugging efficiency.
Advocates for establishing a 'Git-iquette'—a set of etiquette rules for using Git in team projects to improve code history clarity and collaboration.