Initial Git Repo Setup
git init
git branch -m stable
git remote add origin git@github.com:/ashleycollinge1/
git config --global user.name "Ashley Collinge"
git config --global user.email "me@ashleycollinge.co.uk"
git init
git branch -m stable
git remote add origin git@github.com:/ashleycollinge1/
git config --global user.name "Ashley Collinge"
git config --global user.email "me@ashleycollinge.co.uk"