Bitbucket is a web-based version control repository hosting service owned by Atlassian. Manage and share your code with anyone, you can use for private and public project source code.
In this episode will show you who to create a new repository and push new code. at the first Create news repository, after creating the repository follow the step by step below
1. open a command line or terminal of your root project
2. git add: Add files to the staging
3. git commit: command is used to save your changes to the local repository
4. git push: tells which ref on the remote side is updated with this pus