scratch
§
Git Trick to Improve Artifact Evaluation: Never Lose a Commit / Feature Branch
created 2025-07-16
Keep the git tag of the artifact. Keep bumping this up every time.
Merge this tag into main repeatedly. This ensures that the main branch has the commit of the artifact, and that this commit is never lost.
❦