📜  git add cloud repo - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:41.140000             🧑  作者: Mango
代码示例1
git remote add origin https://github.com//.git
git branch -M main
git push -u origin main