GitHub 首页就是注册页面:https://github.com/



查看当前所有远程地址别名
git remote -vgit remote add [别名] [远程地址]
git push [别名] [分支名]
命令:
git origin [远程地址]

“岳不群”其他方式把邀请链接发送给“令狐冲”,“令狐冲”登录自己的 GitHub 账号,访问邀请链接。

pull=fetch+merge
git fetch [远程库地址别名] [远程分支名]
git merge [远程库地址别名/远程分支名]
git pull [远程库地址别名] [远程分支名]Fork



本地修改,然后推送到远程
Pull Request



对话


审核代码

合并代码

将远程库修改拉取到本地
cd ~ rm -rvf .ssh ssh-keygen -t rsa -C atguigu2018ybuq@aliyun.com
cd .ssh
ls -lF cat id_rsa.pub git remote add origin_ssh git@github.com:atguigu2018ybuq/huashan.git