Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 803 Bytes

File metadata and controls

11 lines (10 loc) · 803 Bytes

Introduction to Git

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.

Initial Instructions

  1. Create/login to a GitHub account.
  2. Fork this repository by clicking the fork button.
  3. Download and Install git on your computer.
  4. Navigate to the your fork of this repository.
  5. Click the clone or download dropdown button and copy that link.
  6. In the a terminal type git clone <url> replacing the url with the link you copied.
  7. After cloning navigate to part one and begin the guide.