Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.
Scott Stanfield edited this page May 31, 2013 · 17 revisions

msrd.io

A list of useful sites.

Git Immersion looks like a great site for learning git.

Useful commands

Compiles project for debug with verbose turned on (via --debug) and autoloads site in browser

 % grunt debug-run --debug

Show git all branches along with SHA1 and comment

% git branch -av
Clone this wiki locally