I'm a total Git noob so apologies.
Ok so I have a master branch and a dev branch. I have a new feature on my dev branch that I want to merge onto my master branch. I've made all my commits and gone to do
git checkout master
git merge dev
and it says it is up to date but it's not updating my files.
What am I doing wrong?