[TOC]
# It's a Small World - 邀请并和别人合作(嗨! @reporobot!)
新增 伙伴 collaborator 到项目中
## 一边写程序,一边交朋友
和别人一起在GitHub 上合作写程式是最棒的事情了,因为GitHub 让来自世界各地的人一起工作变得超简单。
**Collaborators 是被赋予特定 repository编辑权限的使用者。**项目要新增伙伴们 collaborators,先到 代码库 repository的GitHub 页面,按下右边侧栏的'Settings'(板手和螺丝起子的图示)。选择'Collaborators' 分页。输入帐号,按Enter 或是用鼠标按'Add' 就完成了喔。
![](https://box.kancloud.cn/e326d2a31de320017151e874e3b28af5_365x362.png)
## 步骤: 嗨!Reporobot!
去第六关 forked Patchwork repository的GitHub 页面,新增一位协作者:'reporobot'。网址看起来会像是下面这样,但'YOUR_USER_NAME' 会换成你的帐号哦。
```
github.com/YOUR_USER_NAME/patchwork/settings/collaboration
```
## Tips
从 远端 remote pull 拉取 更新回来
```
$ git pull <REMOTE_NAME> <BRANCH>
```
克隆 代码库 repository 到本地电脑里
```
$ git clone <URL>
```
新增 远端 remote 连接 connections
```
$ git remote add <REMOTE_NAME> <URL>
```
查看现有的 远端 remote 连接 connections
```
$ git remote -v
```
- 介绍
- 1. Get Git - 安装并且设置Git
- 2. Repository - 建立一个本地的repository
- 3. Commit to it - 检查状态、新增或修改commits
- 4. GitHubbin - 注册GitHub帐号
- 5. Remote Control - 将repository做本地和远程的连接
- 6. Forks and Clones - Fork和clone一个开源的计划
- 7. Branches aren't just for Birds - 建立一个feature branch
- Git分支开发模型
- 8. It's a Small World - 邀请并和别人合作
- 9. Pull, Never Out of Date - 利用Push和pull来和GitHub.com同步
- 10. Requesting You Pull Please - 建立一个pull request
- 11. Merge Tada - Merge和删除branches
- 学会 GitHub
- GitHub 使用指南
- git 与 github 模板配置
- GitHub Actions
- 实用技巧
- Git Flow
- Submodule子模块
- 工作记录
- 常用命令
- 帮助
- 资源
- 解疑答惑