diff --git a/README.md b/README.md index 80fc888..5989066 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! @@ -13,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 ```