From a9b50c8a2dbd1379bf19a1991116b4116cd2c657 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Fri, 16 Feb 2024 16:23:37 +0000 Subject: [PATCH] revert change on sap-dev-model --- modules/ml-pipeline/src/pipeline/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ml-pipeline/src/pipeline/README.md b/modules/ml-pipeline/src/pipeline/README.md index d47f864..d44e220 100644 --- a/modules/ml-pipeline/src/pipeline/README.md +++ b/modules/ml-pipeline/src/pipeline/README.md @@ -37,3 +37,4 @@ Workflow: - This experiment will have the corresponding .dvc files for the hashed model and data - Use version control as normal - git add, git commit etc +- To revert change, use `git checkout {COMMIT_HASH}`, followed by `git switch -c {NEW_BRANCH_NAME}`