Когда я пытаюсь вытащить каталог проекта в терминал, я вижу следующую ошибку:
[email protected]:~/Sites/branch1$ git pull origin master
U app/config/app.php
U app/config/database.php
U app/routes.php
Pull is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use 'git add/rm <file>'
as appropriate to mark resolution, or use 'git commit -a'.
Почему git говорит "Pull is not possible because you have unmerged files"
и как его разрешить?