git checkout [tag] .
`git checkout [tag] .` is great to avoid merge conflicts when upgrading a framework where you only mess in the files you created.
`git checkout [tag] .` is great to avoid merge conflicts when upgrading a framework where you only mess in the files you created.