cd到项目文件夹
git init(创建 .git文件)
git add .(添加项目文件夹的所有文件)
git commit -m ""(提交日志)
git push(代码提交)
git pull(拉取代码)