📜  将 Repote 添加到本地现有 Repostry - 无论代码示例
📅  最后修改于: 2022-03-11 15:00:51.886000             🧑  作者: Mango
代码示例1
git remote add origin git@github.com:username/reponame.git
git branch -M main
git push -u origin main