Git is a command line tool

GIT is a command line tool although there are graphical tools available which use it.

If you are uncomfortable with the command line then please read my command line concepts.

In my opinion the best way to start with learning GIT is to use the command line rather than immediately using graphical tools.

Why is this?

Well a few reasons:

  • Comes back to my core values of learn things from first principles.

  • The command line tool won’t change

  • This will give you broader understanding of how GIT can help with many things like deployment.

This documentation is much easier to keep to date if we stick to teaching first principles.