Reputation: 4500
I have written whole code before cloning any repo, now I decided to push entire code into new repo directly from pycharm IDE.
Do anyone know how to do that.
Upvotes: 0
Views: 946
Reputation: 7538
If you want to push the project to GitHub, just use VCS - Import into Version control - Share on GitHub.
If you want to push somewhere else, then:
Ctrl+Shift+K
)Upvotes: 5
Reputation: 1
Upvotes: -1