logoalt Hacker News

moritzwarhieryesterday at 6:27 PM1 replyview on HN

Personally, I'm not a Git magician, but I prefer the Git CLI for most operations.

Only exception is resolving conflicts.

The most important point for every gut IDE integration to me is that it cleanly maps to the file system and CLI state.


Replies

mr_mitmyesterday at 6:57 PM

Staging single lines or hunks is also much easier in a TUI/GUI. I wouldn't even know how to do it with just git.

show 1 reply