this post was submitted on 07 Jun 2025
25 points (100.0% liked)
Opensource
3189 readers
78 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Agree. If it's not part of the IDE I am using, prefer a terminal window.
Even if it is in the IDE, in most cases, use the terminal.
Unless some functionality is adding value, like getting a
git log
for the current file, or in-placegit blame
, or even for a specific line, which would be considerably longer commands to type and IDEs tend to give output with colours and hyperlinks to corresponding commits, which make stuff faster rather than slower (unlike in case of simplecommit
/stage
/push
commands).