Skip to content
ultrasaurus edited this page Apr 10, 2012 · 4 revisions

git

Forking the repo (git clone): First, cd into the directory where you want it. Then, git clone [link] (copy the read-write link from your forked version of the repo)

3 Latest commits:

git log -3

ruby documentation

Find out about a method: ri methodname, or ri enter - and give it portions of a method name and get interactively various options.

getting around the terminal

List of files in directory: ls

cd [directory] in and 'cd ..' out of directories