5/8
Git setup
Execute the following commands in your web root:cd my-prototypegit initgit add .git commit -m 'Go go go!'git remote add origin https://github.com/REPLACE_WITH_ACCOUNT/prototyping-demo.gitgit push -u origin master
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