摘要: 进行操作前先设置用户名和邮箱 在git.bash中:git init //在当前目录中初始化本地库 git status //查看本地库状态 git add hello.txt //将hello.txt文件提交到暂存区 提交后hello.txt变绿 提交本地库,下面的git commit -m后的“ 阅读全文
posted @ 2022-02-20 21:33 wangwenwangwen 阅读(48) 评论(0) 推荐(0)