拉代码:
git clone git_url

提交代码:
git init
git clone git_url
git add .
git commit -m “dd”
git pull origin master
git push origin master