Tag Archives: setup

Setup Git and GitHub on Windows

1. Register on GitHub https://github.com/

2. Download and Install Git on your computer: http://git-scm.com/downloads (select “Windows”)

3. Configure Git and GitHub on you computer
–open Git Bash
–configure username (just type git config –global user.name “Your Name Here”)
–configure email (just type git config –global user.email “your_email@example.com”)
–generate ssh key (refer to https://help.github.com/articles/generating-ssh-keys)

References: https://help.github.com/articles/set-up-git