556 B
556 B
所有人 bsp的仓库换了个目录, 目前包括 linux pack_tool rt-thread rt-thread-nano,
repo init -u git@192.168.8.60:software/bsp/sa6920/manifest.git -b develop // 以后发布时候,这里要用main,
repo sync -c // 如果不加-c会拉去所有分支
repo start develop --all // 创建分支并根据 manifest revision建立跟踪关系 // 以后发布时候,这里也要用main
备注: repo start --all develop // 从remote已有的分支创建同名分支,若远程没有同名分支则不创建