Skip to content

Instantly share code, notes, and snippets.

@parndt
Created January 27, 2010 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parndt/287632 to your computer and use it in GitHub Desktop.
Save parndt/287632 to your computer and use it in GitHub Desktop.
git remote add -f avit git://github.com/avit/refinerycms.git
git checkout -b avit/presenters
git cherry-pick e28b5e8ef9393ee6df441828ad72eb2014d57b5d
# make changes and then
git commit -c e28b5e8
git checkout master
git merge avit/presenters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment