📜  常见的 git 命令 - Shell-Bash 代码示例

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

代码示例1
git init
git add *Enter File Name Here*
git commit -m "first commit"
git remote add origin *Enter URL Here*
git push -u origin master