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}`