Skip to content

Commit ae70f0c

Browse files
committed
Removed space from filename, updated image, change image name
1 parent fc75798 commit ae70f0c

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

learn-pr/wwl-data-ai/implement-cicd-in-fabric/includes/3-implement-version-control-and-git-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For development using a separate, isolated workspace:
4646
1. Connect a development workspace to the main branch, following the instructions in the section on this page entitled "Connect to a Git Repository".
4747
2. If you're a developer who works in the Fabric web interface, create an isolated branch for your work from the development workspace that's connected to the main branch by selecting **Source control** and **Branch out to new workspace**. Name the branch and associate it with another workspace. The new workspace syncs with the main branch and become an isolated work environment for your work.
4848

49-
:::image type="content" source="../media/branchout-to-new-workspace.png" alt-text="Screenshot of creating new workspace and branch." :::
49+
:::image type="content" source="../media/branch-out-to-new-workspace.png" alt-text="Screenshot of creating new workspace and branch." :::
5050

5151
3. Makes changes in your branch, then commit them to your isolated branch via the **Source control** interface in Fabric.
5252
4. Then, *in Git*, create a **Pull Request (PR)** to pull the changes from your isolated branch into the main branch.
5.14 KB
Loading

0 commit comments

Comments
 (0)