Gitbucket
git clone https://Prisskreative@bitbucket.org/Prisskreative/tinyhome.git cd tinyhome echo "# My project's README" >> README.md git add README.md git commit -m "Initial commit" git push -u origin master