Skip to content

Commit 9e47de9

Browse files
Refactor code structure for improved readability and maintainability
1 parent 87f6c1b commit 9e47de9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

content/git-integration/azure-devops.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ To get started, you have to create a project/repository on Azure DevOps. Follow
1919
5. Navigate to **Repos** in the left sidebar
2020
6. If you need to create a new repository within the project, click **+ New repository**
2121

22+
![azure-devops-clone-url](/screenshots/git-integration/bitbucket-gitlab/ado-new-repo.webp)
23+
2224
Once you have a repository, click on the **Clone** button in the top-right corner and copy the SSH URL, which looks similar to:
2325

26+
![azure-devops-clone-url](/screenshots/git-integration/bitbucket-gitlab/ado-clone-ssh.webp)
27+
28+
2429
```bash
2530
[email protected]:v3/<organization>/<project>/<repo-name>
2631
```
@@ -53,6 +58,8 @@ ssh-add ~/.ssh/id_ed25519_azuredevops
5358
4. Paste your `id_ed25519_azuredevops.pub` content in the **Public Key Data** field
5459
5. Click **Add**
5560

61+
![azure-devops-add-ssh-key](/screenshots/git-integration/bitbucket-gitlab/ado-add-ssh-key.webp)
62+
5663
## Use Azure DevOps with Bruno
5764

5865
1. Create a Collection inside Bruno (if you haven't already)
@@ -61,5 +68,7 @@ ssh-add ~/.ssh/id_ed25519_azuredevops
6168
4. Add **origin** as the name of the remote and paste your repository URL (copied previously)
6269

6370
Now you can perform push, pull, and other Git operations directly from Bruno.
71+
72+
![bruno-git-operations](/screenshots/git-integration/bitbucket-gitlab/bruno-git-operations.webp)
6473

6574
For more detailed information about Git operations in Bruno, check out the [Collaboration via GUI documentation](/git-integration/using-gui/intro).
101 KB
Loading

0 commit comments

Comments
 (0)