Installing Git Locally
Learn how to install Git on our local machine.
We'll cover the following...
For us to be able to use Git commands to push code from our terminal to any Git provider, we need to install Git locally on our computers. This is quite different for windows and macOS.
We’ll cover how this can be done for both ...