Tag: code-review
All the articles with the tag "code-review".
-
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.