Y
Hacker News
new
|
ask
|
show
|
jobs
by
howToTestFE
192 days ago
I find the jetbrains IDEs (like Webstorm) has the best UI interface for this. Selectively commit specific lines from your changes.
4 comments
felubra
192 days ago
For VSCode-based editors I am a happy user of the "Stage selected ranges" command
link
rogerbinns
192 days ago
Another excellent GUI is gitg. You can select specific lines for staging, but also for discarding. The latter is especially useful for temporary debug only changes that you want to throw away.
link
andrewshadura
192 days ago
How about git-crecord?
link
kapacuk
192 days ago
magit can do that too.
link
LeBit
192 days ago
Lazygit can do that too.
link
gear54rus
192 days ago
SmartGit can do that too
link
insin
192 days ago
git-gui can do that too
link
1718627440
192 days ago
For all the others, that is the built-in GUI.
link
skydhash
192 days ago
tig can do that too
link