Skip to content

Commit 3fcbec1

Browse files
Update detaching-a-fork.md (#55435)
Co-authored-by: mc <[email protected]>
1 parent 2258854 commit 3fcbec1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/pull-requests/collaborating-with-pull-requests/working-with-forks/detaching-a-fork.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ topics:
1010
permissions: People with admin access for a forked repository can delete the forked repository.
1111
---
1212

13+
{% ifversion ghes > 3.16 %}
14+
1315
## Converting a fork into a standalone repository
1416

1517
To turn your fork into a standalone repository, you can leave the fork network ensuring the new repository will no longer automatically sync with changes from the original repository. This is useful when you want to take the work you are doing in a different direction or maintain distinct versions.
@@ -42,6 +44,8 @@ You can only detach forks with the leave network option when:
4244

4345
While the fork is being detached, some operations will be briefly unavailable until the fork has been transitioned to a standalone repository.
4446

47+
{% endif %}
48+
4549
## Manually Leaving the fork network
4650

4751
To turn your fork into a standalone repository, you can clone the fork, use the clone to create a new repository, and then delete the fork removing the connection to the original network.

0 commit comments

Comments
 (0)