View on GitHub

git-notes

A brief introduction and tutorial on Git, GitHub, and Terminal

A collaborator is someone on the core development team of the project and has commit access to the main repository of the project. To add a collaborator to a project

  1. Navigate to the repository on Github you wish to share with your collaborator.
  2. Click on the “Settings” tab on the right side of the menu at the top of the screen.
  3. On the new page, click the “Collaborators” menu item on the left side of the page.
  4. Start typing the new collaborator’s GitHub username into the text box.
  5. Select the GitHub user from the list that appears below the text box.
  6. Click the “Add” button.