actev get-system git -u <url> -s <commit SHA or tag>
```
:warning: You can also use this feature with tags. However, be careful your project does not have a branch with the same name than your tag, otherwise the checkout will happen on the branch and not the tag. The correct format for tags is `--sha tags/<tag>`.
:information_source: You can also directly add your credentials inside the url.
:warning: if your password or token starts with *-* as in this example: `-9r45ijFo0`, you should write `--password=-9r45ijFo0` instead of `-p -9r45ijFo0`. Otherwise, the value will be interpreted as an argument to parse.
actev get-system git -u <url> -s <commit SHA or tag>
```
:warning: You can also use this feature with tags. However, be careful your project does not have a branch with the same name than your tag, otherwise the checkout will happen on the branch and not the tag. The correct format for tags is `--sha tags/<tag>`.