DEV Community

Discussion on: Git Concepts I Wish I Knew Years Ago

Collapse
 
mungojam profile image
Mark Adamson

I would add git status as a really handy command because it tends to teach you about other commands. For example, it will tell you the git rebase abort command when you are part way through a rebase

Collapse
 
g_abud profile image
Gabriel Abud

Added!

git status is a pretty beginner level command so I didn't include it at first but you're right that it does much more than we think and it's possibly one of the best learning tools in really internalizing git.