2018年7月10日

git基本命令

摘要: 1.初始化仓库:git init 2.添加到暂存区:git add <file> 3.提交到仓库:git commit -m <msg> 4.查看仓库状态:git status (1)git status -s: 查看仓库的简短状态,可能会得出以下显示: 文件前两个字符分别表示暂存区状态、工作区状态 阅读全文

posted @ 2018-07-10 12:06 lqxing 阅读(163) 评论(0) 推荐(0) 编辑

导航