Functional Consistency

1.3.2. Functional Consistency#

tracks only the content of files

Git tracks only the content of files, not the functionality of the code within them.

There is no guarantee that:

  • Git will identify breaking changes as a conflict;

  • Two functioning versions combined will not result in a dysfunctional version.