the best way would be for person who provided the changes to give a patch instead of files. But if it is not possible, that other person is not Version Control aware or something else, you could try commit all your outstanding changes in the branch you're currently working on. Preferrably try to avoid any untracked files as well. Then copy over those files into the git repo and run git status and you will see what are the changes comparing to the state of your repo, and then you can decide what you will do with them