You can publish your project sources in a GitHub Repository right from PyCharm.
Make sure that you have registered your GitHub account credentials in PyCharm.
-
On the main menu, choose
- If you have registered login and password, PyCharm establishes connection with GitHub using these credentials.
- If you have not registered your GitHub credentials in PyCharm, the Login to GitGub dialog box. Specify your GitHub login and password or create an account there.
.
-
Upon establishing connection, the Share Project on GitHub dialog box opens.
Specify the name of the repository to store your project sources in. By default, PyCharm suggests the name of the current project.
Provide a brief description of the project functionality.
Click the Share button. PyCharm initiates creation of the new repository on the GitHub and uploads the project sources to it.