Guide to Using TortoiseGIT with GitHub

  1. Download and install Git from: http://git-scm.com/downloads
  2. Using the Git Bash from the context menu (i.e., right mouse click on desktop), follow the instructions to set up the Username and Email for Git from: https://help.github.com/articles/set-up-git
  3. Because GitHub uses SSH, here are the steps to set up SSH for TortoiseGIT:

  4. Set up your private and public SSH identification following these instructions: https://help.github.com/articles/generating-ssh-keys

The next steps are not strictly necessary. You will only need to do these if you want to have persistent SSH connection (so that you don't have to type your password every time you try to Git Push)

Using Git

Committing, Pushing, and Pulling