Your branch is ahead of 'origin/master' by 7 commits.
git remote add dev file:///C:/path/to/repo
git fetch dev
git checkout master
git merge dev/master
git checkout dev
git commit -am "commit"
git push
git checkout production
git merge dev
git pull или
git pull --rebase