Skip to content

Commit b8f9e9f

Browse files
committed
added Using GitHub with HiLow Teacher Lesson w/@dcoopersmith
1 parent 632492b commit b8f9e9f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Getting Started with GitHub
2+
3+
4+
5+
1. Each students will eventually use his/her own computer, but to start log in on the shared computer for the pair of students. (Partner A's computer) with <yourSchool> (_admin_) account. This is required to be use GitHub
6+
2. On your local computer, open GitHub Desktop and then open the '_teachingkidsprogramming_' _Repo_.
7+
3. Using _Chrome_, go to GitHub.com for Partner A.
8+
4. On your local computer, using GitHub Desktop, check to make sure no changes have been made and therefore no commits are necessary. If commits are needed, then go ahead and do that.
9+
5. Now, as a pair, complete the coding for 'HiLowQuiz' (for a grade) on the shared _laptop_.
10+
TIP: Early finishers, continue coding (start the 'ChooseYourOwnAdventure' recipe).
11+
6. When everyone is done, go back to GitHub Desktop application and see the dot next to 'Changes' that changes have been made. Commit. Name commit "HiLow Quiz". Sync to the remote _tkp_ _repo_.
12+
7. Verify on Partner A's GitHub.com that new code has been _synced_ in the cloud for the HiLowQuiz.java file This means that all English comments have now been translated into Java.
13+
8. Close shared _laptop_. Open Partner B's _laptop_. Have Partner B login to GitHub.com and search for Partner A's account in GitHub.com.
14+
9. Once you find it, fork Partner A's _tkp_ _repo_ by clicking the 'fork' icon on the upper right of the GitHub.com site for the TKP _Repo_.
15+
16+
17+
*NOTE: Download and install the free GitHub Desktop application BEFORE teaching this lesson. Do this on EACH student's _laptop_.*
18+
19+
For more background and a teacher preparation lesson on GitHub,
20+
see this link -- https://www.penflip.com/lynnlangit/tkp-lesson-plans/blob/master/course09b.txt.

0 commit comments

Comments
 (0)