While you are waiting for class to begin, please take a few minutes to set up your local work environment.
Git is an open source version control application. You will need Git installed for this class.
You may already have Git installed so let’s check! Open Terminal if you are on a Mac, or PowerShell if you are on a Windows machine, and type:
git --version
You should see something like this:
$ git --version
git version 2.11.0
If you are using Windows, you can download git-scm from this git-scm download page. Once you installed git-cli, you can follow following steps:
ls
, mkdir
, or run shell scriptsWe suggest having version 2.29.2 or more recent if you’re using Git for Windows or Git Bash.
If you don’t already have Git installed, you can download Git at www.git-scm.com.
If you need additional assistance installing Git, you can find more information in the ProGit chapter on installing Git.
Now is a good time to create a shortcut to the command line application you will want to use with Git:
Git Bash
which is installed with the Git package, so that you can follow along with the facilitator who will be using Bash.For this class, we will use a basic text editor to interact with our code. Let’s make sure you have one installed and ready to work from the command line.
You can use almost any text editor, but we have the best success with the following:
If you do not already have a text editor installed, go ahead and download and install one of the above editors now!