You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/browser/edit-browser.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
!!! warning "Modules vs Submodule"
11
11
This page has instructions to set up your own <code>fork</code> for the Modules, otherwise known as submodules, associated with <spantranslate="no">LoopWorkspace</span> that are needed for a selected customization.
12
12
13
-
Each Module has its own *GitHub* <code>repository</code>;and you will be working with your <code>fork</code> of that Module at https://github.com/my-name-org/Module, where username is your username.
13
+
Each Module has its own *GitHub* <code>repository</code>;and you will be working with your <code>fork</code> of that Module at https://github.com/my-name-org/Module, where you use your own organization (recommended) or personal account.
14
14
15
15
If you are an experienced builder who set the Submodule changes up in your personal *GitHub* account, you can leave those forks where they are, i.e., https://github.com/my-name/Module. You do not build from Submodules, so no `Secrets` are required.
Copy file name to clipboardExpand all lines: docs/browser/prepare-fork.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
26
26
1. Refer the the GIF below:
27
27
* If you created a free organization (strongly recommended), you will see the display shown in the GIF below where you will choose your organization as the owner
28
-
* If you did not set up a free organization, your username will be automatically filled in as the owner (`Owner`)
28
+
* If you did not set up a free organization, `my-name` will be automatically filled in as the owner (`Owner`)
29
29
* If you already have a fork, you should not proceed, see [Already Have a LoopWorkspace](#already-have-loopworkspace)
30
30
* The repository name is already filled in
31
31
* Do not rename the repository to something else
@@ -48,9 +48,9 @@ After creating the <span class="notranslate">fork</span>, your screen shou
48
48
49
49
Carefully compare your screen to the graphic below paying attention to the highlighted sections.
50
50
51
-
* Note that your username or username-orgis now showing
51
+
* Note that your URL is `https://github.com/my-name-org/LoopWorkspace` or `https://github.com/my-name/LoopWorkspace` where `my-name`is the name you chose:
52
52
* Many graphics for LoopDocs are created using a free *GitHub* organization called `loopdocs-tester`
53
-
* The comment under your username indicates where the <spanclass="notranslate">fork</span> came from (that is a clickable link)
53
+
* The comment on the second row indicates where the <spanclass="notranslate">fork</span> came from (that is a clickable link)
54
54
* The branch that is selected :octicons-git-branch-16: is `main`
55
55
* The message says "`This branch is up to date with LoopKit/LoopWorkspace:main`"
56
56
@@ -247,7 +247,7 @@ If your copy (`fork`) is **not** from `LoopKit`, follow the [Delete and Start Fr
247
247
248
248
If your copy (`fork`) is from `LoopKit`:
249
249
250
-
* Open your <code>LoopWorkspace</code> repository (`https://github.com/username/LoopWorkspace`) where you use your *GitHub*`username` in the URL
250
+
* Open your <code>LoopWorkspace</code> repository (`https://github.com/my-name-org/LoopWorkspace`) where you use your version of `my-name` in the URL
251
251
* Review the graphic in the [Configure: Successful Fork](#successful-fork) section
252
252
* Make sure all the items highlighted by red rectangles are correct with the possible exception of your fork being up to date
253
253
* If you see a message that your *fork* is not up to date - tap on the `Sync fork` button and follow the instructions
0 commit comments