git bitbucket existing project
command line :
open terminal
cd to/your/folder/project/
git init
git remote add origin [email protected]:user/your-project.git
git add .
git commit -m 'first commit'
git push origin master
saifi ahmada channel
http://www.saifiahmada.com