📌  相关文章
📜  创建一个新的存储库推送 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:27.847000             🧑  作者: Mango

代码示例1
git remote add origin https://github.com/hawzhen-eng/test-.git
git branch -M main
git push -u origin main