A quick multi-step module designed to help new users learn how to use Git and GitHub. Completing one set of instructions will reveal the next set to you. You may want the markdown formatting to work for the instructions. You can try something like typora for a simple solution.
- Create/login to a GitHub account.
- Fork this repository by clicking the fork button at the top right of the page.
- Download and Install git on your computer.
- Navigate to the your fork of this repository. (click your icon in the top right then "your repositories" then "git-guide")
- Click the "clone or download" dropdown button and copy that link.
- In the terminal type
git clone <url>
replacing the url with the link you copied. - After cloning navigate to part one and begin the guide.