在之前,我们已经搭好git环境。
那么现在我们尝试,向github提交项目。
First, we create a new java project and add to local git repository by share project aciton.
[Team -> Share Project ]
If you don’t have local repository, you need to create it.
then, you want to upload your code to github. You need to add your code file to stage first before you wanna commit your code.
After add index, you can commit. But after that, the file is still not in github , it just in your local
repository. so you need push it.
The complete flow for this is as below.
本文介绍了一个简单的GitHub项目提交流程:创建Java项目并将其添加到本地Git仓库,然后将代码文件添加到暂存区进行提交,最后推送至GitHub仓库。
89

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



