📜  git 2 - Shell-Bash 代码示例

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

代码示例1
$ git clone 
$ touch test
$ git add test
$ git commit -m "Initial commit"
$ git push origin main