Created
June 24, 2014 11:12
-
-
Save Manishearth/ce6db504ec524c40c047 to your computer and use it in GitHub Desktop.
Creating a new snapshot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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