Login
From:
Rémi Mercier - Software Developer
(Uncensored)
subscribe
How I use git add --patch for reviewing my work - Remi Mercier
https://remimercier.com/git-add-patch/
links
backlinks
Tagged with:
other
Roast topics
Find topics
Find it!
When working on features, I strive to preserve my flow, which means, that after a few hours, I'll have a bunch of untracked files waiting for me in git. I use `git add --patch` to effectively bundling my work into separate commits.