📌  相关文章
📜  github 新存储库 - 任何代码示例

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

代码示例6
echo "# visitor_management" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M Master
git remote add origin https://github.com/aymenit2008/visitor_management.git
git push -u origin Master