1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Update about-forks.md: add a missing open-quote (#7721)

This commit is contained in:
Jesse Ruderman
2021-06-27 04:45:32 -07:00
committed by GitHub
parent d424bf19e1
commit 0a64c7591b

View File

@@ -27,7 +27,7 @@ In open source projects, forks are often used to iterate on ideas or changes bef
{% data reusables.repositories.private_forks_inherit_permissions %}
If you want to create a new repository from the contents of an existing repository but don't want to merge your changes upstream in the future, you can duplicate the repository or, if the repository is a template, use the repository as a template. For more information, see "[Duplicating a repository](/articles/duplicating-a-repository)" and [Creating a repository from a template](/articles/creating-a-repository-from-a-template)".
If you want to create a new repository from the contents of an existing repository but don't want to merge your changes upstream in the future, you can duplicate the repository or, if the repository is a template, use the repository as a template. For more information, see "[Duplicating a repository](/articles/duplicating-a-repository)" and "[Creating a repository from a template](/articles/creating-a-repository-from-a-template)".
## Further reading