I am trying to use Bitbucket with the IntelliJ IDEA Community Edition.
I went to the file → Settings ... → Plugins and installed the Bitbucket plugin. Git integration plugin is already included.
I went to the file → Settings ... → Other settings → Bitbucket and logged in.
I installed Git -1.9.5-preview20141217.
I went to File -> Settings ... -> Version Control -> Git and installed Path on Git executable file C: \ Program Files (x86) \ Git \ bin \ git.exe. Testing will find it.
I activated it all under VCS. I saw a successful message.
Then I created the repository in the team. Now I have to make the first commit, right?
Already have a Git repository on your computer? Let him push him to the beat bag.
cd /path/to/my/repo
git remote add origin https://Francesco_Menzani@bitbucket.org/sphx/s.git
git push -u origin --all
git push -u origin --tags
I opened View -> Tool Windows -> Terminal.
"git"