Postcard Useful commands git init git add README.md git commit -m "My first commit" git remote add origin https://gitbug.com/RayMckaig/Postcard git push -u origin master