clankill3r
clankill3r

Reputation: 9583

git and intelliJ project

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:

enter image description here

In preferences i setted the password etc: enter image description here

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

Answers (1)

Jen S.
Jen S.

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

Related Questions