📌  相关文章
📜  github 将目录添加到存储库 - Shell-Bash 代码示例

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

代码示例1
git init
git add   
git commit -m "Your message about the commit"
git remote add origin https://github.com/yourUsername/yourRepository.git
git push -u origin master
git push origin master