Skip to content

Instantly share code, notes, and snippets.

@Manishearth
Created June 24, 2014 11:12
Show Gist options
  • Save Manishearth/ce6db504ec524c40c047 to your computer and use it in GitHub Desktop.
Save Manishearth/ce6db504ec524c40c047 to your computer and use it in GitHub Desktop.
Creating a new snapshot
cd rust
git checkout master
git pull rust-lang master
git branch -D travis
git checkout -b travis
git cherry-pick $(git rev-parse ci)
git push -f mozilla-servo travis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment