How can I push my code to a new repository on Github in Intellij?

Viewed 614

In Intellij, I created a new project from version control. I have made changes to this code and want to upload it to my own repo. Looking back, I should have cloned it rather than creating it from version control, but is there any way for me to push what I have to my own Github?

1 Answers
Related