Comment 21 for bug 1355044

Revision history for this message
Matt (mdinger-bugzilla) wrote :

Oops. Those checkouts will probably give you "detached head". Better to do this which will create a new branch when checking out:
`git checkout -b bad_radeon 09f95d5`
`git checkout -b good_radeon 0c78a44`

You can return to master branch with:
`git checkout master`