5 ms·
I use lazygit when I want to stage specific lines rather than an entire file.
by varunramesh 10mo ago
I use lazygit when I want to stage specific lines rather than an entire file.
- unixplumber 10mo agoI 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.
- sevenseacat 10mo agoThis is literally the only way I stage file changes. I want to see and approve everything that goes in.