У меня есть патч, который я хочу применить.
Cоответственно я ввожу команду:
git am some-patch.patch
но вместо успешного применения получаю:
error: main.py: already exists in index
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Applying: some-patch
Patch failed at some-patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Пробовал откатывать файл, но не помогло