@Snille said in help with updating MM:
You can also “stash” your changes with git stash -u
Then if you want you can reapply your changes again after updating with git stash pop
Or, you can just “kill” the changes with git clean -f
But then you WILL loose what you have edited in the files for ever!
"I’m not sure what if anything i changed . . . "