📌  相关文章
📜  开始一个新的 github 存储库 - Shell-Bash 代码示例

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

代码示例1
//it assumes theres at least one commit on the local repo
git init
git remote add origin git@github.com:username/new_repo
git push -u origin master