Bläddra i källkod

clarified cloning

mitm001 5 år sedan
förälder
incheckning
17f1a321bf
1 ändrade filer med 12 tillägg och 11 borttagningar
  1. 12 11
      docs/modules/wiki/pages/atom_editor.adoc

+ 12 - 11
docs/modules/wiki/pages/atom_editor.adoc

@@ -39,26 +39,27 @@ To fork the Wiki repository into your GitHub Account:
 +
 TIP: You can add more GitHub controls to the editor by adding the package `*git-plus*`.
 
-.  To edit the Wiki you will need to clone the wiki repository.
-..  From the `Command Palette` (kbd:[ctrl]+kbd:[shift] +kbd:[P]  or `menu:Packages[Command Palette>Toggle]`), enter "`git`" into the search box.
-..  Select btn:[GitHub: Clone].
-..  Paste the wiki the +++<abbr title="Uniform Resource Locator">URL</abbr>+++ into the `Clone from` box.
+To edit the Wiki you will need to clone the wiki repository.
+
+.  From the `Command Palette` (kbd:[ctrl]+kbd:[shift] +kbd:[P]  or `menu:Packages[Command Palette>Toggle]`), enter "`git`" into the search box.
+.  Select btn:[GitHub: Clone].
 +
 --
+.Members
+Paste the wiki the +++<abbr title="Uniform Resource Locator">URL</abbr>+++ into the `Clone from` box.
+
 [source]
 ----
 https://github.com/jMonkeyEngine/wiki
 ----
-The `To directory` will automatically update when you do.
-
-IMPORTANT: Use the +++<abbr title="Uniform Resource Locator">URL</abbr>+++ to your repository fork and clone your fork if a non-member.
+.Non-Members
+Paste your forks +++<abbr title="Uniform Resource Locator">URL</abbr>+++ into the `Clone from` box.
 --
-
-..  When you're ready, press the btn:[Clone] button.
+The `To directory` will automatically update when you do.
+.  When you're ready, press the btn:[Clone] button.
 +
 The clone will take some time due to the size of the Wiki. Once cloned, a new `Project` tab will open on the left, and the `Git` and `GitHub Preview` tabs will open to the right. If they don't, you can open the Git tab using kbd:[ctrl]+kbd:[shift]+kbd:[9]  and the GitHub Preview tab using kbd:[ctrl]+kbd:[shift]+kbd:[8]. Alternatively, you can navigate the `menu:Packages[GitHub]` menu. You will also notice in the lower right corner, on the `Status Bar`, you now have your GitHub control.
-
-.  Before you can commit any changes to the Wiki, you must configure at least the user.email and user.name variables for Git. You can do this via Git Bash, or manually, by following these instructions.
+.  Before you can commit any changes to the Wiki, you must configure at least the user.email and user.name variables for Git. You can do this via Git Bash, or manually, by following one of these instructions.
 
 *  Git Bash: link:https://help.github.com/articles/setting-your-commit-email-address-in-git/[Setting your commit email address in Git]
 *  Manually: link:https://help.github.com/articles/setting-your-commit-email-address-on-github/[Set your commit email address on GitHub]