Aris
0
Q:

how to push code to bitbucket

git remote add origin <the URL for your Bitbucket repository> 
git push -u origin master
0
git init
git add --all
git commit -m "Initial Commit"
0

New to Communities?

Join the community