git clone https://.../xxx.git
git add . (有删除文件用git add -A)
git commit -m"..."
git push origin master
公司开发用sourcetree即可