Skip to content

Commit cdd63af

Browse files
authored
Merge pull request #100310 from Blackmist/verbatim
adding note on checking if git is installed
2 parents 87dff49 + 55dc429 commit cdd63af

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/machine-learning/concept-train-model-git-integration.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ This information is sent for runs that use an estimator, machine learning pipeli
3434

3535
If your training files are not located in a git repository on your development environment, or the `git` command is not available, then no git-related information is tracked.
3636

37+
> [!TIP]
38+
> To check if the git command is available on your development environment, open a shell session, command prompt, PowerShell or other command line interface and type the following command:
39+
>
40+
> ```
41+
> git --version
42+
> ```
43+
>
44+
> If installed, and in the path, you receive a response similar to `git version 2.4.1`. For more information on installing git on your development environment, see the [Git website](https://git-scm.com/).
45+
3746
## View the logged information
3847
3948
The git information is stored in the properties for a training run. You can view this information using the Azure portal, Python SDK, and CLI.

0 commit comments

Comments
 (0)