How are merge conflicts created?
19:41 21 Jan 2021

For educational (Q.A.) purposes, I'm creating a series of git coding exercises that force students to create a merge conflicts in different ways and practice solving them.

I'm wondering if there are other ways common, or even uncommon ways such as working stash, locked files, etc.

Similar resources (not duplicates):

git merge version-control