Reputation: 9583
I created a project in intelliJ, now i would like to have it on git so i can revert changes etc.
First i selected the root of the project and then did this:
In preferences i setted the password etc:
However, if i look on the git website i can't see the project. What is it i do wrong? Or am i missing an important step?
Upvotes: 1
Views: 130
Reputation: 4234
You need to push your changes.
Bring up the Push shortcut by pressing ctrlshifta, then typing Push. The list will filter down into the Git Push.
Upvotes: 1