Skip to content

Instantly share code, notes, and snippets.

View camd's full-sized avatar

Cameron Dawson camd

View GitHub Profile
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)