Exercise+1+Getting+Started+Git
Exercise+1+Getting+Started+Git
Mac
Text Editor
You are going to need a text editor to do these exercises. You can do an online search for “Mac text
editor” to find several. A good open source one is Brackets at https://brackets.io/. Download and install
the editor.
Git
Git is automatically installed on Macs. We will access it through the Unix command line interface. Open
the Finder, choose Applications from the left side, then open Utilities. Double-click Terminal to open
the terminal. (Note: your Mac might not show the “.app” at the end of each application. Mine is set to
show the file types as suffixes.)
git --version
You should see the version listed.
Windows
Text Editor
You are going to need a text editor to do these exercises. You can do an online search for “Windows text
editor” to find some. I don’t recommend Notepad, because it doesn’t automatically update. A free one
that I use is Notepad++ at https://notepad-plus-plus.org. Download and install the editor.
Git
Git is not automatically installed on Windows. Although you can access it through the Windows console,
for this class, I will ask you to use an application called git bash. Follow these instructions to install it:
git --version