Add all files to staging
    git add .
Check differences in file across commits
    git diff SHA-HASH FILENAME
Git UI
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <!-- | |
| theme: Copycat | |
| version: 1.9a (March 31, 2014) | |
| from: adorablethemes.com | |
| --> | 
Add all files to staging
    git add .
Check differences in file across commits
    git diff SHA-HASH FILENAME
Git UI
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console | 
For multiple screens via one bash interface (edit a file and restart a service without losing place in file)
 $ screen 
Output content of file to terminal
$ cat
Search a file for a keyword/regex
| [Mensch font](http://robey.lag.net/2010/06/21/mensch-font.html), | |
| [Source Code Pro](http://sourceforge.net/projects/sourcecodepro.adobe/files/), | |
| [Webkit](http://webkit.org), | |
| [Chrome](http://google.com/chrome), | |
| [Firefox](http://firefox.com), | |
| [Kaleidoscope](http://www.kaleidoscopeapp.com), | |
| [iTerm](http://iterm2.com), | |
| [Sublime Text](http://www.sublimetext.com/dev), | |
| [Sequel Pro](http://nightly.sequelpro.com), | |
| [Codekit](http://incident57.com/codekit/), |