摘要: 参考: https://blog.csdn.net/linpxing1/article/details/108378323 https://www.cnblogs.com/lipg/p/13878133.html https://blog.csdn.net/jiangyu1013/article/d 阅读全文
posted @ 2022-03-18 14:42 BBS_自律 阅读(55) 评论(0) 推荐(0)
摘要: 1.打开gti bash 2. 查看当前用户名 git config user.name 3.切换用户:git config --global user.name "bbsXXX" 4. 切换邮箱: git config --global user.email "xxx"。 5.Git 分支的创建, 阅读全文
posted @ 2022-03-18 13:56 BBS_自律 阅读(581) 评论(0) 推荐(0)