1.git add 你所要上传的代码文件
2.git commit -m "你的注解"
3.git add remote origin git@github.com:你的name/helloworld.git
4.git pull origin master //使本地跟github同步
5.git push origin master //推送
2.git commit -m "你的注解"
3.git add remote origin git@github.com:你的name/helloworld.git
4.git pull origin master //使本地跟github同步
5.git push origin master //推送

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



