DEV Community

Discussion on: Learn git concepts, not commands

Collapse
 
irshadbluecast profile image
Irshad Bluecast • Edited

Awesome. A great in-depth tutorial.
Just one note - instead of git checkout command you could use git switch command, which is easier to change branches in git and also aligns with the concept of switching and the command for it.

To read my tutorial with more detailed examples on how to use git switch command, please visit -dev.to/irshadbluecast/how-to-switc...