Setup bitbucket with PhpStorm or pyCharm
Get lastest connector from JetBrains and install as PhpStorm or PyCharm plugin. Then create and set up your git in the main directory of the project: It is a good idea to put down the things that should not be pushed to GIT, which is stored in a file called .gitignore: touch .gitignore gedit ./.gitignore …