1
0
mirror of synced 2025-12-23 21:07:12 -05:00
Files
docs/content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md
Kevin Heis 46c16001c3 Upgrade Primer with translation shim for trashcan icon (#18735)
* Revert "Revert "Upgrade Primer CSS to 16 (#18713)""

This reverts commit c01d3e302e.

* Add a hack to handle trashcan icon in translated content
2021-04-13 18:38:04 +00:00

2.1 KiB

title, intro, redirect_from, product, versions, topics
title intro redirect_from product versions topics
Removing a collaborator from a personal repository When you remove a collaborator from your project, they lose read/write access to your repository. If the repository is private and the person has created a fork, then that fork is also deleted.
/articles/how-do-i-remove-a-collaborator/
/articles/what-happens-when-i-remove-a-collaborator-from-my-private-repository/
/articles/removing-a-collaborator-from-a-private-repository/
/articles/deleting-a-private-fork-of-a-private-user-repository/
/articles/how-do-i-delete-a-fork-of-my-private-repository/
/articles/removing-a-collaborator-from-a-personal-repository
{% data reusables.gated-features.user-repo-collaborators %}
free-pro-team enterprise-server github-ae
* * *
accounts
repositories

Deleting forks of private repositories

While forks of private repositories are deleted when a collaborator is removed, the person will still retain any local clones of your repository.

Removing collaborator permissions from a person contributing to a repository

{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %} {% if currentVersion == "free-pro-team@latest" %} {% data reusables.repositories.navigate-to-manage-access %} 4. To the right of the collaborator you want to remove, click {% octicon "trash" aria-label="The trash icon" %}. Button to remove collaborator {% else %} 3. In the left sidebar, click Collaborators & teams. Collaborators tab 4. Next to the collaborator you want to remove, click the X icon. Remove link {% endif %}

Further reading