基本命令
拷贝项目:git clone ... 拉取项目:git pull origin master 创建文件:touch somedemo.md
更改推送
git add --all git commit -m "some updates" git push origin master