Matters about the version management tool git operation

1. blit is a git repository, similar to GitLab, it is recommended to use GitLab. (Download to see)

2. About the processing method of files that cannot be ignored in git submission

  1. git rm -r --cached . #Clear cache (enter the directory, right click git bash here)
  2. git add . #retrace file  
  3. git commit -m "update .gitignore" #Commit and comment  
  4. git push origin master #Optional, if you need to synchronize to the remote  

3. Little turtle download address (with Chinese version)

https://tortoisegit.org/download/

4. Submitting the code needs to enter the password processing method

  1. Find the Puttygen tool that comes with TortoiseGit.

  2. After opening, select Generate (remember to move the mouse during the generation process)

       3. Reference (https://www.cnblogs.com/chucklu/p/4056499.html)

 

 

 

Guess you like

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