bagaimana mendorong kode pada bitbucket
git remote add origin <the URL for your Bitbucket repository>
git push -u origin master
git init
git add --all
git commit -m "Initial Commit"
Annoying Antelope