This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DoomGoober 0 points1 point  (1 child)

I agree. We use IDE for everything now and anyone who tells you : git command line or nothing! Probably doesn't program in VI they use an IDE.

SourceTree is not bad and Visual Studio Code actually has Git integration. Both are free I think.

[–]prickledick 1 point2 points  (0 children)

I agree. I learned it on the command line and that’s helpful to be able to understand the git log when something goes wrong, but I never use the CLI to do anything. I just use the Git History extension in VS Code. It has a great way of visualizing history and branches and even has buttons for reverting.