Hacker News new | ask | show | jobs
by unixplumber 219 days ago
I use the CLI git to stage lines. Use `git add -p` to add only the lines you want to commit with your chosen text editor.
1 comments

This is literally the only way I stage file changes. I want to see and approve everything that goes in.