From a304823b921e198dc53fa8b472247b281d2b5d2a Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Perez Date: Fri, 11 Feb 2022 01:25:38 -0500 Subject: [PATCH] guide: more motivation for Exp Org Patterns --- .../experiment-management/persisting-experiments.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/docs/user-guide/experiment-management/persisting-experiments.md b/content/docs/user-guide/experiment-management/persisting-experiments.md index fee0dcd809..390ce203a8 100644 --- a/content/docs/user-guide/experiment-management/persisting-experiments.md +++ b/content/docs/user-guide/experiment-management/persisting-experiments.md @@ -97,10 +97,12 @@ files, etc.) can be stored in Git. ## Organization patterns -It's up to you to decide how to organize completed experiments. Here are the -main alternatives: +While internally all experiments are special branches off a baseline (see +[Overview](/doc/user-guide/experiment-management/experiments-overview)), it's up +to you to decide how to organize them once completed. Here are the main +alternatives: -### Git tags and branches +### Git commits, tags, and branches Use the repo's "time dimension" to distribute your experiments. This makes the most sense for experiments that build on each other. Git-based experiment