Archives
All the articles I've archived.
2026 1
March 1
-
Git Workflow: Merge vs Rebase for Feature Branches
A practical comparison of git merge vs rebase for keeping feature branches in sync with main, and why rebase leads to cleaner PRs and better code reviews.