Skip to main content
/1 min read

Download & Install Git on Mac & Windows

Git Daily Workflow

1

Pull Latest

git pull origin main — start with up-to-date code.

2

Create a Branch

git checkout -b feature/X — never commit directly to main.

3

Commit Often

Small, focused commits with clear messages.

4

Push & PR

git push, then open a pull request for review.

Build Programming Foundations at Noble Desktop

Noble Desktop's Full-Stack Web Development Certificate teaches Git alongside the modern web stack — a must for any developer.

To use Git, you must first install it. Installing Git is different on Mac and PC, so follow the appropriate instructions below depending on your operating system.

Mac: Download & Install Git

  1. Go to Applications > Utilities and open Terminal.app.

  2. In the Terminal window, type the following and press Return:

    Git—version
  3. If it tells you a Git version number, you already have Git installed. If you do not have it installed, you’ll be prompted to download and install the Xcode developer tools (which include Git). Proceed with the download/install process until it’s done.

Windows: Download & Install Git

  1. Open a web browser and go to Git-scm.com/download

  2. Click the download button.

  3. Launch the installer you downloaded.

    The default options should be fine for most people. On the Select Components screen you’ll probably want to check on the option to have it put an additional icon On the Desktop, but otherwise, just keep clicking Next to go through the installer.

Go Beyond Git

Git is an essential tool for collaborating with other programmers. Learn Git and more through our coding classes & bootcamps: