-
Notifications
You must be signed in to change notification settings - Fork 220
dev.WorkingWithGit
Thomas Mann edited this page May 9, 2025
·
2 revisions
A short video tutorial how to update TiXL from git while preserving local changes: https://www.youtube.com/watch?v=nzfrzOHZr7g
as of December 2021 we merged the three repositories (T3, Operators, Resources) into a single t3-repositories. Although this reduces the complexity of working with submodules it introduces additional noise in the commit messages because it makes it harder to distinguish between content and feature updates. We will see how this goes.
Most of the development is done on the dev branch. This branch is frequently updated might include breaking changes or broken builds.
So far we don't manage releases or versions. We know that it makes discussing things easier, but so far it wasn't essential.