Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 820 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 820 Bytes

#Git It

Skill Level: Beginner
Time Limit: 30-45 minutes

Created by Jessica Lord, this drill is perfect for those who haven't used Git before!

##Instructions

  • Install Nodejs if you don't have it.

NOTE: You can check by opening your terminal and running node -v. The version should be higher than 0.10.32

  • Update npm by running sudo npm install npm -g from within your terminal.
  • Install this challenge by running npm install -g git-it
  • Run the command git-it and follow the instructions

##You're Finished When... Your screen looks like the image below.

<img src='http://i.imgur.com/BgYhy0s.jpg', width='300'>

##Resources