dev.WorkingWithGit - tooll3/t3 GitHub Wiki

Working with git and t3

Update

A short video tutorial how to update Tooll 3 from git while preserving local changes: https://www.youtube.com/watch?v=nzfrzOHZr7g

Submodules

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.

Branches

Most of the development is done on the dev branch. This branch is frequently updated might include breaking changes or broken builds.

Releases

So far we don't manage releases or versions. We know that it makes discussing things easier, but so far it wasn't essential.