Introduction to the Terminal
What is the terminal?
A terminal is a way to interact with your operating system. Git gives you all the commands.
Creating a new repository
One of the first things you'll want to do on your local environment is set up a new repository. This can be done very simple by running the command git init
, which gives you the starting pieces of a new repository.