关联gitclub远程仓库

已有仓库
git remote add origin https://github.com/chenliucai/pyhton.git
成功后
git push -u origin master
git push origin master

git fetch 列出远程分支索引

你可能感兴趣的:(关联gitclub远程仓库)