2021年2月26日

git的常用命令

摘要: git config --global user.name "wes" 创建用户 git config --global user.email "wes@163.com" 创建邮箱 mkdir git_java #创建git_java仓库 cd git_java #进入git_java仓库 git 阅读全文

posted @ 2021-02-26 14:58 wes0521 阅读(17) 评论(0) 推荐(0)

导航