DougM
DougM

Reputation: 940

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

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?

Upvotes: 2

Views: 1010

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402433

  1. Add a remote.
  2. Push to this remote.

Add Remote

Upvotes: 3

Related Questions