摘要:
git init 创建仓库 git add XX 将代码添加到stage暂存区, 或手动解决代码冲突后标记解决 git commit -m '跟新说明' 提交 , git commit -a -m '跟新说明' 把所有已跟踪但未暂存的文件提交 git branch 查看分支 git branch t 阅读全文
posted @ 2017-11-02 21:44
aotuman
阅读(4899)
评论(0)
推荐(0)
浙公网安备 33010602011771号