github使用命令

创建本地库,提交,和绑定github ,上传代码
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:Fenglin0721/pgcms.git
git push -u origin master
posted @ 2018-04-21 14:22  helloxiaoou  阅读(123)  评论(0)    收藏  举报