github, git software installation, git configuration under pycharm, git GUI related

1、GitHub:

  Official website: direct search, the ranking is very high, registration is required;

  After registration, there will be two options: guidance and new projects (if you don’t understand, ask for translation software such as YOUDAO, just copy the large paragraphs in)

 

2.Git installation:

  (https://git-scm.com/downloads) git download address, there is no easy-to-use GUI.

  (https://git-scm.com/download/gui/windows) git free GUI download address.

  It is said that when students who are not good in English use the GUI, if they want to use the Chinese version, they need to find the language package in the GUI download address of git, and download the configuration (more on this later)

  Note: It is not written completely here, because there is very complete information, so there will be no useless work: (https://git-scm.com/book/zh/v1/%E8%B5%B7%E6%AD %A5)

3. Pycharm uses Git configuration:

  Prerequisite: git.exe has been installed

  * Select in pycharm: file——>settings, as shown in the figure

  

  Enter the path where git.exe is located in the marked position, click Test, and there is no problem with showing success; finally apply -ok;

  * Add the Git path, as shown below:

  

  Select git, then configure the path:

 

  Note: The files in the checkout path will be overwritten. (files under parent directory)

  * At this point, you can use git to submit, ctrl+k, add comments, other options are as required, and then commit.

  

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325038341&siteId=291194637
Recommended