标签:partition *** checkout mit bsp head conf tmp push
查看分支:git branch -a
切换分支:git checkout branchtmp-1.0(创建本地分支)
拉取远程分支代码: git checkout -b branchtmp-1.0 origin/branchtmp-1.0
删除分支: git branch -D branchtmp-1.0
查看本地修改:git status
更细本地代码:git pull --rebase
添加提交目录: git add ./adma/config/
代码提交:git commit -a -m "添加datastorage和megepartition工程"
提交评审:git push origin HEAD:refs/for/branchtmp-1.0%r=***1@***.com.cn,r=***2@***.com.cn
标签:partition *** checkout mit bsp head conf tmp push
原文地址:http://www.cnblogs.com/sayhihi/p/7367447.html