Command to use:
Set up bitbucket ssh access.
Open a terminal in local directory and run:
git init git checkout -b feature-branch
Create repository in Bitbucket and get the ssh url by clicking on the clone button.
In yout terminal run:
git remote add origin git@bitbucket.org:nicolashoquet/arcade.git
In case “origin” already exists, you can rename origin by running this command:
git remote rename origin https-origin
or use another name for origin (e.g. ssh-origin).