From 5f767f7670486c0fb28d13dfdbe185a255a0e0b8 Mon Sep 17 00:00:00 2001 From: test Date: Sun, 16 Feb 2025 20:20:28 +0000 Subject: [PATCH] remove -linux from xml:id and label values --- .../sec-cloning-your-origin.ptx | 42 +++++++++---------- .../sec-extra-practice.ptx | 6 +-- .../sec-instructor-communities.ptx | 4 +- .../sec-pushing-a-branch-to-your-origin.ptx | 4 +- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/source/ch-communities-and-collaboration/sec-cloning-your-origin.ptx b/source/ch-communities-and-collaboration/sec-cloning-your-origin.ptx index b0cff98..232eb60 100644 --- a/source/ch-communities-and-collaboration/sec-cloning-your-origin.ptx +++ b/source/ch-communities-and-collaboration/sec-cloning-your-origin.ptx @@ -33,7 +33,7 @@ - <exercise xml:id="ex-find-clone-url-linux-a" label="ex-find-clone-url-linux-a"> + <exercise xml:id="ex-find-clone-url-a" label="ex-find-clone-url-a"> <statement> <p> Visit the GitHub page for your origin repository. @@ -48,7 +48,7 @@ </hint> </exercise> - <exercise xml:id="ex-find-clone-url-linux-b" label="ex-find-clone-url-linux-b"> + <exercise xml:id="ex-find-clone-url-b" label="ex-find-clone-url-b"> <statement> <p> Find and click the green "Code" button. @@ -61,7 +61,7 @@ </statement> </exercise> - <exercise xml:id="ex-find-clone-url-linux-c" label="ex-find-clone-url-linux-c"> + <exercise xml:id="ex-find-clone-url-c" label="ex-find-clone-url-c"> <statement> <p> Open the "Local" and "HTTPS" tabs as shown here: <image source="images/ch-communities-and-collaboration/gitHubCloneURL.png" width="50%"> @@ -74,7 +74,7 @@ </statement> </exercise> - <exercise xml:id="ex-clone-url-linux" label="ex-clone-url-linux"> + <exercise xml:id="ex-clone-url" label="ex-clone-url"> <statement> <p> Copy and paste the clone URL that you will use to clone your origin as your answer to this exercise. @@ -140,7 +140,7 @@ <exercises> <title /> -<exercise xml:id="ex-clone-origin-linux" label="ex-clone-origin-linux"> +<exercise xml:id="ex-clone-origin" label="ex-clone-origin"> <statement> <p> The <c>git clone <URL></c> command is used to clone your origin repository into your development environment. @@ -176,21 +176,21 @@ <feedback> <p> - Be sure to replace <c><URL></c> with the clone URL you found in <xref ref="ex-clone-url-linux" />. The clone URL should have the format <c>https://github.com/yourGitHubUsername/theRepoName.git</c>. + Be sure to replace <c><URL></c> with the clone URL you found in <xref ref="ex-clone-url" />. The clone URL should have the format <c>https://github.com/yourGitHubUsername/theRepoName.git</c>. </p> </feedback> </condition> </var> </setup> </exercise> -<exercise xml:id="ex-clone-origin-linux-a" label="ex-clone-origin-linux-a"> +<exercise xml:id="ex-clone-origin-a" label="ex-clone-origin-a"> <p> - Execute your command from <xref ref="ex-clone-origin-linux" /> in your terminal. + Execute your command from <xref ref="ex-clone-origin" /> in your terminal. </p> </exercise> -<exercise xml:id="ex-clone-origin-linux-b" label="ex-clone-origin-linux-b"> +<exercise xml:id="ex-clone-origin-b" label="ex-clone-origin-b"> <statement> <p> - Which of the following appear in the output from entering the command from <xref ref="ex-clone-origin-linux-a" />? + Which of the following appear in the output from entering the command from <xref ref="ex-clone-origin-a" />? </p> </statement> @@ -240,10 +240,10 @@ </hint> </exercise> -<exercise xml:id="ex-clone-origin-linux-c" label="ex-clone-origin-linux-c"> +<exercise xml:id="ex-clone-origin-c" label="ex-clone-origin-c"> <statement> <p> - Which line of output from entering the command from <xref ref="ex-clone-origin-linux-a" /> indicates the directory into which the repository was cloned? + Which line of output from entering the command from <xref ref="ex-clone-origin-a" /> indicates the directory into which the repository was cloned? </p> </statement> @@ -293,21 +293,21 @@ </hint> </exercise> -<exercise xml:id="ex-clone-origin-linux-d" label="ex-clone-origin-linux-d"> +<exercise xml:id="ex-clone-origin-d" label="ex-clone-origin-d"> <statement> <p> - Use the <c>ls</c> command to confirm that the directory you identified in <xref ref="ex-clone-origin-linux-c" /> now exists. + Use the <c>ls</c> command to confirm that the directory you identified in <xref ref="ex-clone-origin-c" /> now exists. </p> <p> - If it it does not, check the output in <xref ref="ex-clone-origin-linux-b" /> for error messages and try <xref ref="ex-clone-origin-linux-a" /> again. + If it it does not, check the output in <xref ref="ex-clone-origin-b" /> for error messages and try <xref ref="ex-clone-origin-a" /> again. </p> </statement> </exercise> </exercises> </subsection> -<subsection xml:id="topic-explore-clone-linux"> +<subsection xml:id="topic-explore-clone"> <title>Exploring Your Cloned Repository In Your Development Environment

@@ -316,19 +316,19 @@ -<exercise xml:id="ex-explore-clone-linux-a" label="ex-explore-clone-linux-a"> +<exercise xml:id="ex-explore-clone-a" label="ex-explore-clone-a"> <statement> <p> Use the <c>cd</c> command in the Terminal to change into the directory containing your clone of the GitKit FarmData2 repository. </p> <p> - See <xref ref="ex-clone-origin-linux-c" /> for the name of the directory. + See <xref ref="ex-clone-origin-c" /> for the name of the directory. </p> </statement> </exercise> - <exercise xml:id="ex-explore-clone-linux-b" label="ex-explore-clone-linux-b"> + <exercise xml:id="ex-explore-clone-b" label="ex-explore-clone-b"> <statement> <p> Use the <c>ls -a</c> command to display the names of all of the files and directories in your clone of the GitKit FarmData2 repository. @@ -633,7 +633,7 @@ <title>Opening the GitKit-FarmData2 Repository Folder

- You cloned your GitKit-FarmData2 respitory into a folder in your development environment with the command in . + You cloned your GitKit-FarmData2 respitory into a folder in your development environment with the command in .

@@ -663,7 +663,7 @@ - +

The the output in should contain a message from the Kit-tty. diff --git a/source/ch-communities-and-collaboration/sec-extra-practice.ptx b/source/ch-communities-and-collaboration/sec-extra-practice.ptx index bb89002..c7d620d 100644 --- a/source/ch-communities-and-collaboration/sec-extra-practice.ptx +++ b/source/ch-communities-and-collaboration/sec-extra-practice.ptx @@ -111,8 +111,8 @@ + xml:id="ex-extra-practice-clone" + label="ex-extra-practice-clone">

Pick and order the commands to change to your home directory, clone your fork of the project you chose and check its remotes. @@ -153,7 +153,7 @@ label="ex-extra-practice-remotes">

- In your terminal enter the commands from . + In your terminal enter the commands from .

Which of the following do you see in the output of the git remote -v command? diff --git a/source/ch-instructor-guide/sec-instructor-communities.ptx b/source/ch-instructor-guide/sec-instructor-communities.ptx index 77644ed..104b3d7 100644 --- a/source/ch-instructor-guide/sec-instructor-communities.ptx +++ b/source/ch-instructor-guide/sec-instructor-communities.ptx @@ -175,7 +175,7 @@

  • - +

    @@ -185,7 +185,7 @@

  • - +

    diff --git a/source/ch-upstreaming-changes/sec-pushing-a-branch-to-your-origin.ptx b/source/ch-upstreaming-changes/sec-pushing-a-branch-to-your-origin.ptx index d4009d7..c1e5214 100644 --- a/source/ch-upstreaming-changes/sec-pushing-a-branch-to-your-origin.ptx +++ b/source/ch-upstreaming-changes/sec-pushing-a-branch-to-your-origin.ptx @@ -271,7 +271,7 @@ Pushing your Feature Branch:

    - +

    The git push <remote> <branch> command will push the specified branch of your local repository to the specified remote repository (i.e. @@ -361,7 +361,7 @@ - +

    Visit your origin repository on GitHub and check that the branch was pushed.