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
原文地址:https://www.cnblogs.com/echoou/p/8901032.html