系统源码下提交代码,git操作命令
repo start [branchname] --all
git add files..
git commit -m ""
repo upload
在系统源码管理中,使用`repostart[branchname]--all`创建新分支,接着用`gitaddfiles..`添加改动,`gitcommit-m`提交变更,最后通过`repoupload`上传代码到仓库。
系统源码下提交代码,git操作命令
repo start [branchname] --all
git add files..
git commit -m ""
repo upload

被折叠的 条评论
为什么被折叠?