Skip to content

Instantly share code, notes, and snippets.

GIT Cheatsheet

An easy to navigate reference for all your Command Line needs!

Command Line

Command Use
pwd/cd print working directory (you are here) (mac/windows)
cd change directory

NodeTogether Curriculum

Step 0. git Up and Running

Github

Github is where we will store all our code and collaborate on it with others. Make an account here: https://github.com/

git

git is a way to keep track of your projects as they change.