A repository for students to fork while learning about Git and Github.
Repository: https://github.com/johnsons531/fork-this-repo
- In Github, click on "Fork" (top right of the page).
- Find the new repository in your Github site. Go to https://github.com/[your-username]?tab=repositories
- Find the "clone URL" and copy it.
- In your terminal/command line window, type "git clone " then paste the clone URL.
- Done!