Skip to content

Commit 7b59c8a

Browse files
committed
update
1 parent 1514f0e commit 7b59c8a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

HANDSON2.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Along the way, you will learn the major concepts of Smart Test.
66
## Clone your repository
77
To experiment with Smart Tests, first, let's clone your repository locally.
88
How to do this depends on your project.
9+
If you already cloned repository, please skip cloning the repository and move to the repo directory.
910

1011
```
1112
git clone ...
@@ -45,15 +46,8 @@ Visit https://app.launchableinc.com/organizations/<ORG>/workspaces/<WORKSPACE>/d
4546
What just happened? Smart Tests recorded the current HEAD of your local repository as the build,
4647
using the name given.
4748

48-
By default, this command looks at the current directory.
49-
If you have multiple repositories, you'll use the `--source` option to direct the command to the right repositories.
50-
51-
```
52-
launchable record build --name mychange1 --source app=path/to/repo1 --source test=path/to/repo2 ...
53-
```
54-
55-
In the above example, you are telling Smart Tests that the build consists of two repositories: `app` and `test`.
56-
49+
>[!TIP]
50+
> If you have multiple repositories, please check [this document](https://www.launchableinc.com/docs/sending-data-to-launchable/using-the-launchable-cli/recording-builds-with-the-launchable-cli/recording-builds-from-multiple-repositories/) to let Smart Tests know that the build consists of your repositories.
5751
5852

5953
Since this was the first time you recorded a build, Smart Tests needed to transfer relatively

0 commit comments

Comments
 (0)