Tag: code-review
All the articles with the tag "code-review".
-
Comparing Patch Series with git range-diff
How to use git range-diff to see what actually changed between two versions of a branch — before and after a rebase, or between PR iterations.
-
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.