摘要: 基本命令: // 从远程仓库fetch以及合并文件 git pull origin master //改动文件提交到缓存区 //.代表所有的 某个目录某个文件采用/xxx/xxx.xml 某个目录采用/xxx/* git add . //提交缓存内容添加注释说明 git commit -m "xxx 阅读全文
posted @ 2017-03-07 09:19 jianhuicode 阅读(269) 评论(0) 推荐(0) 编辑