Quick summary
Adding collaborators to a GitHub repository lets you grant other users direct push access to your project. You can invite anyone by username, full name, or email through the repository's Settings panel in just a few clicks.
Steps
- Go to the repository where you want to add collaborators.
- Click on the Settings tab at the top right of the repository page.
- In the left sidebar, click on the Collaborators button.
- Confirm your identity by entering your GitHub password and clicking the Confirm button.
- Click on the Add people button.
- Enter the GitHub username, full name, or email of the person you want to add.
- Click Add — the user will receive an invitation to accept.
- The invitee must accept the invitation to become an active collaborator on the repository.
.gif)



