向一个已存在的git上添加其他目录:
1 git init 2 git remote add xxx https://git.xxx.com/xxx/xxx.git 3 git add xx 4 git commit -m "xxx" 5 git pull https://git.xxx.com/xxx/xxx.git 6 git push cropdata master
git使用
原文:https://www.cnblogs.com/zhengmeisong/p/9383367.html