1, themes,

How to share your local Git repository via GitHub

2. Preparation

Pycharm version 2.7 or higher

Git and GitHub are available

(3) You have read and write permission on the GitHub storage. Therefore, you need to create an account and a remote version library

(4) In the “Using PyCharm’s Git integration locally” tutorial

3. Two ways to share source code

4. Share on GitHub

VCS→Import into Version Control→Share project on GitHub

If you have a Github account configured, it will appear in the following list with a name and brief description:

Click Share to complete the sharing.

5, source push

Press Alt+ ‘and press 8 in the pop-up window to invoke Push:

In the Git Push dialog box, select the version to be pushed, and check the corresponding check box when doing the first branch Push:

Pycharm gives the cue ball during the push:

Push complete.

Source: CSDN Blog

This article is from SDK Community (www.sdk.cn/)