5 ms·
I tend to use `git add -p` for exactly this purpose ;-)
by mjsir911 4y ago
I tend to use `git add -p` for exactly this purpose ;-)
- hoseja 4y agoI really hate how there's a smallest possible chunk you can't split any further/do line-by-line commits without a lot of hassle.
- fwlr 4y agoHoly hell I had no idea git had that feature, that’s amazing. You’ve significantly improved my workflow
- pabs3 4y agoEven better is `git gui`, it lets you stage individual line changes.