Hacker News new | ask | show | jobs
by MNOLJNDRDY 3960 days ago
Exactly, I feel the same. By default, git commit just shows me "M /src/foo/whatever", I prefer to use a GUI where I can then click on that and it shows me a nice fullscreen visual diff with colour highlighting etc. Just works a lot better for me in being productive and reviewing things before I commit(an essential part of any workflow)
1 comments

Try `git add -p`
or `git diff`