Skip to content

Instantly share code, notes, and snippets.

@pjkelly
Created March 10, 2011 17:08
Show Gist options
  • Save pjkelly/864469 to your computer and use it in GitHub Desktop.
Save pjkelly/864469 to your computer and use it in GitHub Desktop.
Track and switch to the revised-data-delivery branch of the OMN repository.
git fetch origin
git config branch.revised-data-delivery.remote origin
git config branch.revised-data-delivery.merge refs/heads/revised-data-delivery
git checkout revised-data-delivery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment