Version control

December 14, 2015 ยท View on GitHub

Note! You may skip this part and create the repository later.

Download latest release.

Create a git repository

Initialize a repo for your new project

git init
git add .
git commit -m "inital commit"
git remote add origin git@github.com:phundament/playground.git
git push -u origin master