[TOC]
# It's a Small World - 邀請并和別人合作(嗨! @reporobot!)
新增 伙伴 collaborator 到項目中
## 一邊寫程序,一邊交朋友
和別人一起在GitHub 上合作寫程式是最棒的事情了,因為GitHub 讓來自世界各地的人一起工作變得超簡單。
**Collaborators 是被賦予特定 repository編輯權限的使用者。**項目要新增伙伴們 collaborators,先到 代碼庫 repository的GitHub 頁面,按下右邊側欄的'Settings'(板手和螺絲起子的圖示)。選擇'Collaborators' 分頁。輸入帳號,按Enter 或是用鼠標按'Add' 就完成了喔。

## 步驟: 嗨!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子模塊
- 工作記錄
- 常用命令
- 幫助
- 資源
- 解疑答惑