How to use git from Idea IDE? I created a new initialized repository on the github, turned on git support in IDEA, added a new origin to remotes , taken from my repository information, committed all the necessary files, but when I select git->push in the menu, I see only the list master->empty repository and inactive push button.
How to work with it? I do not want to, while working in the IDE, constantly use the console for commies.