How to use bitbucket
bitbucket allows to have private repositories for free
- go to apply a account at bitbucket https://bitbucket.org
- create a new reposiory at bitbucket web
- go to exist code and set remote repository
cd git_home/hciparse git init git remote add origin https://[email protected]/notmikeb/hciparse.git git add * git commit -m "init" git push --set-upstream origin masterbu