I have two computers from which I want to contribute to one github repo. How can I accomplish this?
Starting working on another machine do the next:
1- Creat a new directory on your local machine to have your work saved to it.
2- from that newly created directory, open Bash( assuming that you already have git installed on your machine) by clicking the right mouse click and you will see (Git Bash here).
3- on Bash type git clone (your Repo URL OR ssh key). press enter
4- just done. :)