1.进入一个文件夹
2.git init 初始化git
3.git remote add origin http:// 222.11…1.1…1:testproject
4.git pull http://222…
5.git add .
6.git commit -m “aaa”
7.git push -u origin master
1.进入一个文件夹
2.git init 初始化git
3.git remote add origin http:// 222.11…1.1…1:testproject
4.git pull http://222…
5.git add .
6.git commit -m “aaa”
7.git push -u origin master