1. 在项目中:git init
2. git add .
3. git commit -m 'first'
4. git remote add origin 地址(http地址如:http://git.vipsdb.com/wkb/xxy-CR-vote-java.git)
5. git push -u origin master
添加ssh秘钥:https://www.cnblogs.com/jingjiren/p/13044160.html
本文详细介绍了如何使用Git进行项目初始化、文件添加、提交、远程仓库连接及推送操作,适合初学者快速掌握Git的基本使用流程。
1. 在项目中:git init
2. git add .
3. git commit -m 'first'
4. git remote add origin 地址(http地址如:http://git.vipsdb.com/wkb/xxy-CR-vote-java.git)
5. git push -u origin master
添加ssh秘钥:https://www.cnblogs.com/jingjiren/p/13044160.html
231

被折叠的 条评论
为什么被折叠?
