4 ms·
Lazygit[0] is ideal for quickly selecting files or lines you want to include in your commit. There are probably countless others. And `--patch` is also not that
by aequitas 21d ago
Lazygit[0] is ideal for quickly selecting files or lines you want to include in your commit. There are probably countless others. And `--patch` is also not that hard.
[0] https://github.com/jesseduffield/lazygit https://github.com/jesseduffield/lazygit
- der_gopher 21d agoyes, lazygit is huge, I mentioned it in the article too
- zelphirkalt 21d agoMagit of course also solves this very nicely.
- kccqzy 21d agoIn magit press s to stage and u to unstage. Very intuitive. You can also select specific hunks or lines within a hunk to stage/unstage.