📌  相关文章
📜  如何在终端中使用 git - Shell-Bash 代码示例

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

代码示例4
create new repo-git
echo "# SqlMentor" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin
https://github.com/asd/SqlMentor.git git push -u origin
master
push an existing repo-git
git remote add originhttps://github.com/asd/SqlMentor.git
git push -u origin master
Default editor