Copy just one file from one branch to another
https://www.lukeko.com/35/copy-just-one-file-from-one-branch-to-another 0git checkout master # switch to master branch
git checkout experiment -- db/schema.xmi # copy file from experiment branch