06 2022 档案
摘要:原因 repo 就是这么设计的 repo start <branch_name> --all 解决方案 repo sync repo forall -pc 'git checkout --track $REPO_REMOTE/$REPO_RREV' 参考链接 https://groups.googl
阅读全文
摘要:创建一个新仓库 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
阅读全文