摘要: 设置名字、邮箱(使用者ID) git config --global user.name "xx" git config --global user.email "xx@163.com" 设置版本库(仓库repository) git init #初始化以后会出现一个.git隐藏文件夹 ls -ah 阅读全文
posted @ 2020-07-06 11:02 WeirJin 阅读(94) 评论(1) 推荐(0)