kea-classrooms / sc-Mathias-Thomsen

sc-Mathias-Thomsen created by GitHub Classroom
0 stars 0 forks source link

Create a potential conflict #6

Closed Mathias-Thomsen closed 1 year ago

Mathias-Thomsen commented 1 year ago

One of the most important reasons for using git is it's ability to merge files - it's the number one collaboration tool in our industry.

I makes sense to study and understand exactly what a git merge is.

Three-way-merge

Git uses (default) a standard three-way-merge when it merges files.

It's a simple algorithm.

Mathias-Thomsen commented 1 year ago

Done!