Skip to content

Commit 6e3553b

Browse files
authored
Merge branch 'main' into repo-sync
2 parents d578268 + 47005e0 commit 6e3553b

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

-227 KB
Binary file not shown.

content/get-started/using-git/about-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ There are two primary ways people collaborate on {% data variables.product.produ
162162

163163
With a shared repository, individuals and teams are explicitly designated as contributors with read, write, or administrator access. This simple permission structure, combined with features like protected branches, helps teams progress quickly when they adopt {% data variables.product.product_name %}.
164164

165-
For an open source project, or for projects to which anyone can contribute, managing individual permissions can be challenging, but a fork and pull model allows anyone who can view the project to contribute. A fork is a copy of a project under an developer's personal account. Every developer has full control of their fork and is free to implement a fix or new feature. Work completed in forks is either kept separate, or is surfaced back to the original project via a pull request. There, maintainers can review the suggested changes before they're merged. For more information, see "[Contributing to projects](/get-started/quickstart/contributing-to-projects)."
165+
For an open source project, or for projects to which anyone can contribute, managing individual permissions can be challenging, but a fork and pull model allows anyone who can view the project to contribute. A fork is a copy of a project under a developer's personal account. Every developer has full control of their fork and is free to implement a fix or a new feature. Work completed in forks is either kept separate, or is surfaced back to the original project via a pull request. There, maintainers can review the suggested changes before they're merged. For more information, see "[Contributing to projects](/get-started/quickstart/contributing-to-projects)."
166166

167167
## Further reading
168168

content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ For the rendered view of any Markdown file in a repository, including README fil
4848

4949
![README with automatically generated TOC](/assets/images/help/repository/readme-automatic-toc.png)
5050

51-
The auto-generated table of contents is enabled by default for all Markdown files in a repository, but you can disable this feature for your repository.
52-
53-
{% data reusables.repositories.navigate-to-repo %}
54-
{% data reusables.repositories.sidebar-settings %}
55-
1. Under "Features", deselect **Table of contents**.
56-
![Automatic TOC setting for repositories](/assets/images/help/repository/readme-automatic-toc-setting.png)
57-
5851
{% endif %}
5952

6053
## Section links in README files and blob pages

0 commit comments

Comments
 (0)