Closed nizomovs closed 9 months ago
Addresses #142. The develop revisions checkout logic is now as follows:
git clone <repo_url>
git checkout <branch_name>
branch_name
build_version
experiments.yml
git status --porcelain
-f
Addresses #142. The develop revisions checkout logic is now as follows:
git clone <repo_url>
git checkout <branch_name>
, wherebranch_name
is thebuild_version
specified in theexperiments.yml
git status --porcelain
):-f
) has been set: checkout given branch by runninggit checkout <branch_name>
git checkout <branch_name>