Skip to content

Instantly share code, notes, and snippets.

View Marlena's full-sized avatar

Marlena Compton Marlena

View GitHub Profile
@Marlena
Marlena / gist:1093866
Created July 19, 2011 22:09
Where stuff is in zamboni
html pages for adding ids:
apps/addons/templates/addons/impala/
css media/css
Workflow:
From forked & updated repo:
create branch
Either:
-git branch litmus_11759_test_blank_search (create branch)
-git checkout litmus_11759_test_blank_search (switch to that branch)
or:
-git checkout -b litmus_11759_test_blank_search (create & switch to branch)