1.本地安装好git 以后(git安装参考百度)
2.点击 git_bash.exe
3. git init
4. git add
5.git commit -m “备注”
6.git remote add origin http://xxxxx
7.git push -u origin master
1.本地安装好git 以后(git安装参考百度)
2.点击 git_bash.exe
3. git init
4. git add
5.git commit -m “备注”
6.git remote add origin http://xxxxx
7.git push -u origin master