登录社区云,与社区用户共同成长
邀请您加入社区
该用户还未填写简介
暂无可提供的服务
参考链接https://www.ruanyifeng.com/blog/2012/07/git.html创建初始版本库git init配置用户信息配置用户名git config user.name "userName"配置用户邮箱git config user.email "975569552@qq.com"显示下次提交的文件git status将文件添加到版本库中添加单个文件git add in