- Download https://git-scm.com/download/win
- Reference https://www.cnblogs.com/wj-1314/p/7993819.html
- After installation, the desktop will appear.
- Initialization
-
Check your username and email address:
$ git config user.name
$ git config user.email
-
Modify your username and email address:
$ git config –global user.name “xxx”
$ git config –global user.email “xxx”
- Update to a historical version https://www.jianshu.com/p/0d4e62dcc62c
- Client https://www.cnblogs.com/shanheyongmu/p/6726452.html https://www.jianshu.com/p/466cf85c0ad8