tech notes

by Jacob Friis Saxberg

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.