📌  相关文章
📜  创建一个新的 github 存储库 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:39.954000             🧑  作者: Mango

代码示例6
git init
git add .
git commit -m 'Initial commit'
gh repo create # => With the new GitHub CLI