Small edits (#418)

This commit is contained in:
pollfly
2022-12-26 11:08:10 +02:00
committed by GitHub
parent 9e3917bde8
commit 0addbc3549
37 changed files with 70 additions and 68 deletions

View File

@@ -45,7 +45,7 @@ To specify your code's branch and commit ID, pass the `--branch <branch_name> --
If unspecified, `clearml-task` will use the latest commit from the 'master' branch.
:::note Github Default Branch
For Github repositories, it is recommended to explicitly specify your default branch (e.g. `--branch main`) to avoid
For GitHub repositories, it is recommended to explicitly specify your default branch (e.g. `--branch main`) to avoid
errors in identifying the correct default branch.
:::