DEV Community

Discussion on: Git for Beginners: Mastering the Fundamentals of Version Control

Collapse
 
max88git profile image
Max Lockwood

Thank you for your feedback! That's a great suggestion about Git Extensions for Windows users. The UI and command history feature can definitely be beneficial for learning and visualising Git commands.

Collapse
 
ant_f_dev profile image
Anthony Fung

No problem, Max.

I forgot to mention: it's not just for beginners - there's a lot you can do in it. I've been coding for 10+ years and I still use a combination of Git Extensions and command line.

For day-to-day usage, the commit search is very useful. And the commit graph is higher resolution than console output, so easier to read.