1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Merge branch 'main' into patch-1

This commit is contained in:
Meg Bird
2020-12-01 22:08:30 -07:00
committed by GitHub
3283 changed files with 1756855 additions and 150812 deletions

View File

@@ -10,14 +10,26 @@ versions:
github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
You can store a variety of projects in {% data variables.product.product_name %} repositories, including open source projects. With [open source projects](http://opensource.org/about), you can share code to make better, more reliable software.
{% elsif enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
You can store a variety of projects in {% data variables.product.product_name %} repositories, including innersource projects. With innersource, you can share code to make better, more reliable software. For more information on innersource, see {% data variables.product.company_short %}'s whitepaper "[An introduction to innersource](https://resources.github.com/whitepapers/introduction-to-innersource/)."
{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
{% note %}
**Note:** You can create public repositories for an open source project. When creating your public repository, make sure to include a [license file](http://choosealicense.com/) that determines how you want your project to be shared with others. {% data reusables.open-source.open-source-guide-repositories %} {% data reusables.open-source.open-source-learning-lab %}
{% endnote %}
{% endif %}
{% data reusables.repositories.create_new %}
2. Type a short, memorable name for your repository. For example, "hello-world".
![Field for entering a repository name](/assets/images/help/repository/create-repository-name.png)

View File

@@ -21,7 +21,6 @@ versions:
You can see a list of features that are available in beta and a brief description for each feature. Each feature includes a link to give feedback.
1. In the upper-right corner of any page, click your profile photo, then click **Feature preview**.
![Feature preview button](/assets/images/help/settings/feature-preview-button.png)
{% data reusables.feature-preview.feature-preview-setting %}
2. Optionally, to the right of a feature, click **Enable** or **Disable**.
![Enable button in feature preview](/assets/images/help/settings/enable-feature-button.png)

View File

@@ -25,10 +25,16 @@ For example, you can use forks to propose changes related to fixing a bug. Rathe
Open source software is based on the idea that by sharing code, we can make better, more reliable software. For more information, see the "[About the Open Source Initiative](http://opensource.org/about)" on the Open Source Initiative.
For more information about applying open source principles to your organization's development work on {% data variables.product.product_location %}, see {% data variables.product.prodname_dotcom %}'s whitepaper "[An introduction to innersource](https://resources.github.com/whitepapers/introduction-to-innersource/)."
{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
When creating your public repository from a fork of someone's project, make sure to include a license file that determines how you want your project to be shared with others. For more information, see "[Choose an open source license](http://choosealicense.com/)" at choosealicense.
{% data reusables.open-source.open-source-guide-repositories %} {% data reusables.open-source.open-source-learning-lab %}
{% endif %}
{% note %}
**Note**: {% data reusables.repositories.desktop-fork %}

View File

@@ -27,37 +27,27 @@ versions:
{% link_in_list /fork-a-repo %}
{% link_in_list /be-social %}
{% topic_link_in_list /learning-about-github %}
<!-- if currentVersion == "free-pro-team@latest" -->
{% link_in_list /githubs-products %}
{% link_in_list /exploring-early-access-releases-with-feature-preview %}
<!-- endif -->
{% link_in_list /types-of-github-accounts %}
<!-- if currentVersion == "free-pro-team@latest" -->
{% link_in_list /faq-about-changes-to-githubs-plans %}
{% link_in_list /github-cli %}
{% link_in_list /github-desktop %}
{% link_in_list /github-for-mobile %}
<!-- endif -->
{% link_in_list /access-permissions-on-github %}
{% link_in_list /github-glossary %}
{% link_in_list /git-cheatsheet %}
{% link_in_list /git-and-github-learning-resources %}
{% topic_link_in_list /signing-up-for-github %}
<!-- if currentVersion == "free-pro-team@latest" -->
{% link_in_list /signing-up-for-a-new-github-account %}
{% link_in_list /verifying-your-email-address %}
<!-- endif -->
{% link_in_list /setting-up-a-trial-of-github-enterprise-cloud %}
{% link_in_list /setting-up-a-trial-of-github-enterprise-server %}
{% topic_link_in_list /exploring-projects-on-github %}
<!-- if currentVersion == "free-pro-team@latest" -->
{% link_in_list /finding-ways-to-contribute-to-open-source-on-github %}
<!-- endif -->
{% link_in_list /saving-repositories-with-stars %}
{% link_in_list /following-people %}
{% topic_link_in_list /using-github %}
{% link_in_list /supported-browsers %}
<!-- if currentVersion == "free-pro-team@latest" -->
{% link_in_list /troubleshooting-connectivity-problems %}
<!-- endif -->
{% link_in_list /keyboard-shortcuts %}

View File

@@ -36,7 +36,7 @@ To get the most out of your trial, follow these steps:
- [Quick start guide to {% data variables.product.prodname_dotcom %}](https://resources.github.com/webcasts/Quick-start-guide-to-GitHub/) webcast
- [Understanding the {% data variables.product.prodname_dotcom %} flow](https://guides.github.com/introduction/flow/) in {% data variables.product.prodname_dotcom %} Guides
- [Hello World](https://guides.github.com/activities/hello-world/) in {% data variables.product.prodname_dotcom %} Guides
3. To configure your instance to meet your organization's needs, see "[Configuring your enterprise](/admin/configuration/configuring-your-enterprise)."
3. To configure your instance to meet your organization's needs, see "[Configuring your enterprise](/enterprise/admin/configuration/configuring-your-enterprise)."
4. To integrate {% data variables.product.prodname_ghe_server %} with your identity provider, see "[Using SAML](/enterprise/admin/user-management/using-saml)" and "[Using LDAP](/enterprise/admin/authentication/using-ldap)."
5. Invite an unlimited number of people to join your trial.
- Add users to your {% data variables.product.prodname_ghe_server %} instance using built-in authentication or your configured identity provider. For more information, see "[Using built in authentication](/enterprise/admin/user-management/using-built-in-authentication)."