1. git init
2. git
add .
3.git commit -m "xxxx"
4. git remote add origin https://github.com/97xiangziyou/shopping.git
5.
git push -u origin master
本文共 195 字,大约阅读时间需要 1 分钟。
1. git init
2. git
add .
3.git commit -m "xxxx"
4. git remote add origin https://github.com/97xiangziyou/shopping.git
5.
git push -u origin master
转载于:https://my.oschina.net/u/3688343/blog/1831000