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.
- Download and Install git on your computer.
- Navigate to the your fork of this repository.
- Click the clone or download dropdown button and copy that link.
- In the a terminal type
git clone <url>replacing the url with the link you copied. - After cloning navigate to part one and begin the guide.