最新文章第21页
repo常用命令总结-天煜博客

repo常用命令总结

repo start ##创建并切换分支 repo start newbranchname [--all | projectName] repo start是对git checkout -b 命令的封装。这条指令与git checkout -b 还是有很大的区别的,git checkout -b ...