How to write a good git commit message
A guide to writing clear and structured Git commit messages to improve code history readability and maintainability.
A guide to writing clear and structured Git commit messages to improve code history readability and maintainability.
Explores the challenges, trade-offs, and benefits of using merge queues in CI/CD pipelines to improve code quality and stability.
A beginner's guide to installing Git, setting up a repository, and making your first commit with step-by-step instructions.
Explains Architecture Decision Records (ADRs), their structure, and their importance for documenting key technical decisions in software projects.
A guide on how to permanently remove a file containing sensitive data (like a password) from your entire Git repository history using a specific command.
A developer shares their personalized .gitconfig setup, including aliases, color schemes, and productivity tips for a better Git workflow.
A guide to writing effective Git commit messages, focusing on essential information and reasoning over minor stylistic details.
Discusses the challenges of keeping software dependencies updated and compares manual vs. automated strategies for managing updates effectively.
A guide on using git rebase to safely delete unwanted or sensitive commits from your Git history, including a warning about its destructive nature.
A developer shares a simple Makefile script to automate git commits with timestamps, improving version control habits during side projects.
A tutorial introducing the basics of GitHub and how it integrates with Git for version control and collaboration.
A beginner's guide to Git and GitHub, covering basic concepts, terminology, and initial setup for version control.
Explores the 'Fewest Elements' rule in software design, advocating for removing unnecessary code like unreachable lines, comments, and unused abstractions.
A developer shares a script for Neovim/Vim to quickly generate and copy web UI links to specific code regions, improving technical discussions.
A review of iA Writer's new Authorship feature for tracking edits, highlighting its innovative concept but problematic implementation for static site generators.
A guide to setting up a version-controlled Terraform repository using git, covering basic concepts and best practices for infrastructure as code.
A comprehensive guide to mastering the essential Git commands 'git pull' and 'git push', covering their anatomy, options, and best practices.
A guide to analyzing git commit history and file changes using Azure Data Explorer for better repository visibility.
A developer compares Azure DevOps and GitHub, listing 22 reasons to switch for better collaboration, inner sourcing, and pull request workflows.
A developer shares their personal list of default apps and tools for productivity, coding, and daily tasks in 2024.