Twenty Years of Stacking Commits
A retrospective on 20 years of code review tools, arguing that the commit—not the pull request—is the correct unit for review.
A retrospective on 20 years of code review tools, arguing that the commit—not the pull request—is the correct unit for review.
A technical guide explaining how to change the author and committer timestamps for Git commits, including recent commits and those deeper in history.
Introducing Spelungit, a semantic search tool for Git commit history that uses natural language queries instead of exact keywords.
A guide to re-ordering Git commits using interactive rebase, including conflict resolution and cancellation.
A guide to analyzing git commit history and file changes using Azure Data Explorer for better repository visibility.
A guide on using `git archive` to export a repository's state at a specific commit, excluding unwanted files like .git and ignored items.