From 60c6a90214d1aef1436179436ea65fc74f1719aa Mon Sep 17 00:00:00 2001 From: JustinS720 <274596103+JustinS720@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:38:55 -0700 Subject: [PATCH 1/2] Added Fork Creator that includes my name --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 80fc888..02cad1c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Fork Creator +Justin Song + # github-intro Introduction to using git and GitHub. Will lead you through your first fork, clone, commit, and push. It is common to run into issues when going through this. Don't be shy in asking for help or coming to office hours! From 3b0fc270d4a99e2d554f9b351d93b5e2910157a1 Mon Sep 17 00:00:00 2001 From: JustinS720 <274596103+JustinS720@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:42:27 -0700 Subject: [PATCH 2/2] Fixed typo from sdev301 to cs123 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02cad1c..5989066 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Introduction to using git and GitHub. Will lead you through your first fork, clo ## Navigate your command line 1. Open your command line (Git Bash on Windows, Terminal on Mac). -1. Create a new directory where you will store repositories for this course. By default this will be in your home directory, but you can choose to put it elsewhere if you like. Run the below command to make a directory named `sdev301`. +1. Create a new directory where you will store repositories for this course. By default this will be in your home directory, but you can choose to put it elsewhere if you like. Run the below command to make a directory named `cs123`. ``` mkdir cs123 ```