Example bare Wordpress theme. Fork this repo to start developing a new Wordpress theme. If you want to fork this repo and have it on your own github account, you will have to either use branches for projects or follow the instructions for cloning a repo.
instructions - article summary :
git clone https://github.com/userName/Repo New_Repo
cd New_Repo
git remote add origin https://github.com/userName/New_Repo
git push origin master
git push --all