Skip to content

Add Users to the Github Repo ‐Article

Manindu Manaka edited this page Feb 27, 2024 · 1 revision

Adding users to your GitHub repository facilitates collaboration and teamwork. Here's a concise guide to doing it:

  1. Access Repository Settings
  • Go to your repository and click on "Settings."
  1. Navigate to Collaborators & Teams
  • In the settings, find "Collaborators & Teams" in the sidebar and click on it.
  1. Add Users
  • Click on "Add people" or "Invite a collaborator."
  • Type the GitHub username of the person you want to add.
  • Choose their permission level (e.g., read-only, read/write, admin).
  • Click "Add" or "Invite" to send the invitation.
  1. Confirmation
  • The user will receive an email notification.
  • Once they accept, they'll have access to your repository.

By following these steps, you can easily expand your GitHub team and streamline collaboration on your projects.

Back