常用git操作命令

git clone (-b wanghongchao) http://git.lianjia.com/ke_fr/KeFaceRecognition.git git checkout -b wanghongchao //创建分支 git add * // 修改或添加所有 git commit -a -m”wanghongchao” // 提交修改 git push origin wanghongc
相关文章
相关标签/搜索