Skip to content

Instantly share code, notes, and snippets.

@deitrick
deitrick / pulling-and-pushing-to-git.md
Created June 16, 2012 20:21 — forked from jtallant/pulling-and-pushing-to-git.md
Basic Unix + Pulling and Pushing to Git

UNIX Commands

pwd present working directory

ls list current directory contents

ls -la list current directory contents in long format and show hidden files

man <some unix command> Bring up the manual pages for a command. Type q to exit