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..c135b92 100644
--- a/source/ch-communities-and-collaboration/sec-cloning-your-origin.ptx
+++ b/source/ch-communities-and-collaboration/sec-cloning-your-origin.ptx
@@ -630,10 +630,10 @@
- You cloned your GitKit-FarmData2 respitory into a folder in your development environment with the command in
@@ -646,7 +646,7 @@
- Open the GitKit-FarmData2 folder.
+ Open your clone of the GitKit FarmData2 repository.
You can do this by going to the "hamburger" (≡) menu in the upper left of your development environment window.
@@ -655,7 +655,7 @@
Choose
- Select the
You will see
- Fork the upstream `GitKit-FarmData2` repository into their own GitHub space.
+ Fork the upstream of the GitKit FarmData2 repository into their own GitHub space.
- Clone their fork (i.e. their origin) of the `GitKit-FarmData2` repository.
+ Clone their fork (i.e. their origin) of the GitKit FarmData2 repository.
- If time permits, a live demo looking at the issue tracker in the upstream GitKit-FarmData2 repository, pointing out the "Round 1" label and how to tell if an issue has been assigned. Note that several of the issues will have been pre-assigned to whomever deployed the kit.
+ If time permits, a live demo looking at the issue tracker in the upstream GitKit FarmData2 repository, pointing out the "Round 1" label and how to tell if an issue has been assigned. Note that several of the issues will have been pre-assigned to whomever deployed the kit.
- Some students will give the URL of the upstream GitKit-FarmData2 repository for the course instead of their origin repository. A few may even give the URL of a real FarmData2 upstream repository. + Some students will give the URL of the upstream GitKit FarmData2 repository for the course instead of their origin repository. A few may even give the URL of a real FarmData2 upstream repository.
- Some students will try to clone the upstream GitKit-FarmData2 repository for the course or even give the URL of a real FarmData2 upstream repository. + Some students will try to clone the upstream GitKit FarmData2 repository for the course or even give the URL of a real FarmData2 upstream repository.
- Some students will attempt to clone the project that they select while they are inside the GitKit-FarmData2 repository that they already cloned. If they do attempt this the Kit-tty should intervene, prevent the action and respond with a helpful message. + Some students will attempt to clone the project that they select while they are inside the directory containing their local GitKit FarmData2 repository. If they do attempt this the Kit-tty should intervene, prevent the action and respond with a helpful message.
- It is a good idea to check here that the student's upstream remote points to the correct GitKit-FarmData2 repository. The Kit-tty should have caught this error and directed students on the correct way to set the upstream remote. However, some students have still managed to set their upstream to point to their origin or to the live FarmData2 repository. + It is a good idea to check here that the student's upstream remote points to the correct GitKit FarmData2 repository. The Kit-tty should have caught this error and directed students on the correct way to set the upstream remote. However, some students have still managed to set their upstream to point to their origin or to the live FarmData2 repository.
- This chapter focuses on the upstreaming process. Students learn about feature branches, staging and committing changes, pushing feature branches to their origin repository, and making a pull request. At the end of the hands-on activity each student will have experienced the full forking workflow, resulting in a pull request to the upstream GitKit-FarmData2 repository for changes that fix the "Round 1" issue that they were assigned. The "Round 1" issues have been created such that they do not conflict with each other. Thus, all of the student pull requests should be able to be merged automatically. The instructor will typically perform these merges as a demonstration at the start of the class introducing
The exercises in this chapter have the students perform the following major tasks: diff --git a/source/ch-staying-synchronized/sec-appendix-a.ptx b/source/ch-staying-synchronized/sec-appendix-a.ptx index 1649a08..b857532 100644 --- a/source/ch-staying-synchronized/sec-appendix-a.ptx +++ b/source/ch-staying-synchronized/sec-appendix-a.ptx @@ -16,7 +16,7 @@
- Ensure that you are in the GitKit-FarmData2 directory then use the following commands: + Ensure that you are in the directory for your local clone of your GitKit FarmData2 repository then use the following commands:
- Ensure that you are in your cloned repo (i.e.
- the GitKit-FarmData2 directory is your working directory).
+ Ensure that you are in the directory containing your cloned GitKit FarmData2 repository (use the
The