Skip to content

Commit 39d1707

Browse files
committed
Incorporate reviewer feedback
1 parent af1f10b commit 39d1707

3 files changed

Lines changed: 8 additions & 21 deletions

File tree

content/desktop/contributing-and-collaborating-using-github-desktop/cloning-and-forking-repositories-from-github-desktop.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ versions:
99
---
1010

1111
### About local repositories
12-
Repositories on {% data variables.product.prodname_dotcom %} are remote repositories that you can clone or fork with {% data variables.product.prodname_desktop %} to create a local repository.
12+
Repositories on {% data variables.product.prodname_dotcom %} are remote repositories. You can clone or fork a repository with {% data variables.product.prodname_desktop %} to create a local repository on your computer.
1313

14-
You can create a local copy of any repository on {% data variables.product.product_name %} that you have access to by cloning the repository. If you own a repository or are a have write permissions, you can sync between the local and remote locations. For more information, see "[Syncing your branch](/desktop/contributing-and-collaborating-using-github-desktop/syncing-your-branch)."
14+
You can create a local copy of any repository on {% data variables.product.product_name %} that you have access to by cloning the repository. If you own a repository or have write permissions, you can sync between the local and remote locations. For more information, see "[Syncing your branch](/desktop/contributing-and-collaborating-using-github-desktop/syncing-your-branch)."
1515

16-
When you clone a repository, any changes you push to {% data variables.product.product_name %} will affect the original repository. To make changes without affecting the original project, you can create a separate copy by forking the repository. You can open a pull request to propose that maintainers incorporate the changes in your fork to the original upstream repository. For more information, see "[About forks](/github/collaborating-with-issues-and-pull-requests/about-forks)."
16+
When you clone a repository, any changes you push to {% data variables.product.product_name %} will affect the original repository. To make changes without affecting the original project, you can create a separate copy by forking the repository. You can create a pull request to propose that maintainers incorporate the changes in your fork into the original upstream repository. For more information, see "[About forks](/github/collaborating-with-issues-and-pull-requests/about-forks)."
1717

1818
When you try to use {% data variables.product.prodname_desktop %} to clone a repository that you do not have write access to, {% data variables.product.prodname_desktop %} will prompt you to create a fork automatically. You can choose to use your fork to contribute to the original upstream repository or to work independently on your own project. Any existing forks default to contributing changes to their upstream repositories. You can modify this choice at any time. For more information, see "[Managing fork behavior](#managing-fork-behavior)".
1919

@@ -38,6 +38,8 @@ If you clone a repository that you do not have write access to, {% data variable
3838
{% data reusables.desktop.fork-type-prompt %}
3939

4040
### Managing fork behavior
41+
You can change how a fork behaves with the upstream repository in {% data variables.product.prodname_desktop %}.
42+
4143
{% data reusables.desktop.open-repository-settings %}
4244
{% data reusables.desktop.select-fork-behavior %}
4345

data/reusables/desktop/open-repository-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1. If you want to change how a fork behaves with the upstream repository, open the **Repository** menu, then click **Repository settings...**.
1+
1. Open the **Repository** menu, then click **Repository settings...**.
22

33
{% mac %}
44

data/reusables/desktop/select-fork-behavior.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
1. Click **Fork behavior**.
2-
2. If you want the fork to make pull requests to the original upstream repository, select **To contribute to the parent repository**.
1+
1. Click **Fork behavior**, then select how you want to use the fork.
32

43
{% mac %}
54

@@ -13,21 +12,7 @@
1312

1413
{% endwindows %}
1514

16-
3. If you want to keep changes to the fork separate from the upstream repository, select **For my own purposes**.
17-
18-
{% mac %}
19-
20-
![The own purposes option in the Fork Behavior menu](/assets/images/help/desktop/mac-fork-behavior-menu-own.png)
21-
22-
{% endmac %}
23-
24-
{% windows %}
25-
26-
![The own purposes option in the Fork Behavior menu](/assets/images/help/desktop/windows-fork-behavior-menu-own.png)
27-
28-
{% endwindows %}
29-
30-
4. Click **Save**.
15+
2. Click **Save**.
3116

3217
{% mac %}
3318

0 commit comments

Comments
 (0)