1
2
3
4
5
git init
git add .
git commit
git remote add origin https://jbmckee@bitbucket.org/jbmckee/snaprsend.git
git push -u origin master