摘要: 原因 repo 就是这么设计的 repo start <branch_name> --all 解决方案 repo sync repo forall -pc 'git checkout --track $REPO_REMOTE/$REPO_RREV' 参考链接 https://groups.googl 阅读全文
posted @ 2022-06-01 00:32 Zijian/TENG 阅读(1008) 评论(0) 推荐(0) 编辑
摘要: 创建一个新仓库 git clone <git-url> cd git_folder touch README.md git add README.md git commit -m "add README" git push -u origin master 推送现有文件夹 cd existing_f 阅读全文
posted @ 2022-06-01 00:31 Zijian/TENG 阅读(338) 评论(0) 推荐(0) 编辑