Link Search Menu Expand Document

Getting Started

1. Create a GitHub account

  • Navigate to GitHub and sign up for an account if you don’t already have one.
  • After registering, sign in to your account.

2a. Install GitHub Desktop (for Windows or Mac users)

  • If you are using a Windows or Mac computer, download and install GitHub Desktop
    • More guidance can be found in guides from GitHub.
  • Sign into GitHub Desktop using your GitHub credentials
  • In File > Options > Git, enter the name and email that you want associated with your work (More help).
  • (optional) Once configured, the main GitHub Desktop page will show any repositories that exist in your GitHub account. For those who use GitHub Desktop or git already, you can add any local repositories that already exist on your computer.

2b. Install git (for Linux users or adventurous Windows/Mac users)

  • If you are a Linux user, GitHub Desktop will not work for you. Instead, you’ll need to learn how to install and use git and git Bash.
  • Navigate to the official git website and follow the instructions to download and install for your operating system.

When you’ve finished preparing, navigate to the Introduction section to learn the basics.