FMCorz / mdk

Moodle Development Kit. A collection of tools meant to make developers' lives easier.
GNU General Public License v3.0
84 stars 47 forks source link

Merge failed after executing mdk pull #214

Closed meirzamoodle closed 1 year ago

meirzamoodle commented 1 year ago

Hi.

I work on Ubuntu, merge failed error happens every time pulling with MDK command below

▶ mdk pull MDL-1234 -t
...
Merging into current branch
FetchException: Merge failed, resolve the conflicts and commit
FMCorz commented 1 year ago

MDK cannot resolve git merges on its own. Once this command fails your repository will be in an unmerged state, you either need to manually abort the merge git merge --abort or resolve its conflicts.

meirzamoodle commented 1 year ago

The problem is there is no information on which files that conflicted

FMCorz commented 1 year ago

I'm afraid this is beyond the scope of what MDK can do. I'd suggest starting with git status.