2019年12月21日

git常用命令

摘要: git add read.txt //将read.txt添加到暂存区中去。 git commit -m "read.txt" //read.txt提交到仓库中, “read.txt”时提交的注释 git status //用来查看是否还有文件未提交 git diff read.txt //用来查看r 阅读全文

posted @ 2019-12-21 14:09 xiegangqingnian 阅读(267) 评论(0) 推荐(0) 编辑

导航