summerLSC
  1. 下载 https://git-scm.com/download/win
  2. 参考https://www.cnblogs.com/wj-1314/p/7993819.html
  3. 安装完毕,桌面会出现

     

  4. 初始化
  5.  查看自己的用户名和邮箱地址:

      $ git config user.name

      $ git config user.email

  6. 修改自己的用户名和邮箱地址:

      $ git config --global user.name "xxx"

      $ git config --global user.email "xxx"

  7. 更新撤销到某个历史版本     https://www.jianshu.com/p/0d4e62dcc62c
  8. 客户端  https://www.cnblogs.com/shanheyongmu/p/6726452.html   https://www.jianshu.com/p/466cf85c0ad8

分类:

技术点:

相关文章:

  • 2021-06-04
  • 2021-05-10
  • 2021-12-18
  • 2021-09-10
  • 2021-12-19
  • 2021-06-21
  • 2021-10-19
  • 2021-05-11
猜你喜欢
  • 2021-06-10
  • 2022-12-23
  • 2022-01-16
  • 2021-11-26
  • 2021-07-09
相关资源
相似解决方案