Skip to content

Instantly share code, notes, and snippets.

View ldgillen's full-sized avatar

Laura Gillen ldgillen

  • Development Seed
  • Washington, D.C.
View GitHub Profile
@ldgillen
ldgillen / gcli.md
Last active August 25, 2017 16:58
Github Command Line Tool & You

Getting Started - Navigating & Command Line

First things first we need to navigate to the folder in which you want to put the code.

pwd : Tells you what folder you're currently in.

ls : Lists out all the items within the folder you're currently in.

cd [foldername] : Moves you into whatever folder is named [foldername].