Skip to content

Commit c356a65

Browse files
Merge pull request #218682 from lebaro-msft/patch-9
Add additional useful documentation link for git
2 parents 05dc165 + d80358d commit c356a65

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/machine-learning/how-to-access-terminal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Access all Git operations from the terminal. All Git files and folders will be s
6161
> [!NOTE]
6262
> Add your files and folders anywhere under the **~/cloudfiles/code/Users** folder so they will be visible in all your Jupyter environments.
6363
64+
To integrate Git with your Azure Machine Learning workspace, see [Git integration for Azure Machine Learning](concept-train-model-git-integration.md).
65+
66+
6467
## Install packages
6568

6669
Install packages from a terminal window. Install Python packages into the **Python 3.8 - AzureML** environment. Install R packages into the **R** environment.

articles/machine-learning/how-to-manage-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To create a new file in a different folder:
4848
4949
## Manage files with Git
5050

51-
[Use a compute instance terminal](how-to-access-terminal.md#git) to clone and manage Git repositories.
51+
[Use a compute instance terminal](how-to-access-terminal.md#git) to clone and manage Git repositories. To integrate Git with your Azure Machine Learning workspace, see [Git integration for Azure Machine Learning](concept-train-model-git-integration.md).
5252

5353
## Clone samples
5454

0 commit comments

Comments
 (0)