DEV Community

Discussion on: How to become git pro?

Collapse
 
anishkny profile image
Anish Karandikar

This. Initially when git commands might as well have been gibberish to me, I used SourceTree. A couple of options helped me follow along with the git commands SourceTree was running:

  • View > Show Command History
  • Preferences > Advanced > Always display full console output

Turns out this was a great way to learn git!

Collapse
 
mittalyashu profile image
Yashu Mittal

SourceTree is helpful, but it cannot replace the command line, we still have to use the terminal for most of the commands.