Git download and install

  1. Download https://git-scm.com/download/win
  2. Reference https://www.cnblogs.com/wj-1314/p/7993819.html
  3. After installation, the desktop will appear.

     

  4. Initialization
  5.  Check your username and email address:

      $ git config user.name

      $ git config user.email

  6. Modify your username and email address:

      $ git config –global user.name “xxx”

      $ git config –global user.email “xxx”

  7. Update to a historical version https://www.jianshu.com/p/0d4e62dcc62c
  8. Client https://www.cnblogs.com/shanheyongmu/p/6726452.html https://www.jianshu.com/p/466cf85c0ad8

Leave a Reply

Your email address will not be published. Required fields are marked *