github基础使用命令

创建本地库,提交,和绑定github ,上传代码

git init

git add README.md

git commit -m "first commit"

git remote add [email protected]:Fenglin0721/pgcms.git

git push -u origin master

你可能感兴趣的:(github基础使用命令)