JasonsGong / BlogComment

博客评论
1 stars 0 forks source link

Git命令速查 | The Blog #227

Open JasonsGong opened 5 months ago

JasonsGong commented 5 months ago

https://qingling.icu/posts/18459#post-comment

安装教程 官网下载:https://git-scm.com/downloads 123456789101112131415161718#以下的操作在下载安装完毕之后进行#1.鼠标在桌面右键 选择Git Bash Here 打开控制台#2.配置用户名和邮箱git config --global user.name "用户名" #随意git config --global use