5/8

Git setup

Git setup

Execute the following commands in your web root:
cd my-prototype
git init
git add .
git commit -m 'Go go go!'
git remote add origin https://github.com/REPLACE_WITH_ACCOUNT/prototyping-demo.git
git push -u origin master