azure-repos Questions

2

Solved

I have created a pull request in AzureDevops Repos. Pull request is from "green_branch" into "master". I would like to change the target of this pull request from "master&q...
Electric asked 26/10, 2023 at 9:31

4

Solved

I know that you can revert back to a previous commit but it doesn't sound like the history will be gone. How can I revert back to a previous commit and make sure the commits that came after are gon...
Shorthand asked 17/12, 2020 at 23:40

4

Solved

I have an Azure DevOps account that I'm trying to use to host git repos. The problem is that when I add remote origin then try to git push -u origin --all I'm prompted for a password, but the accou...
Modie asked 14/1, 2020 at 0:24

4

Solved

I found this somewhat recent mention of experimental PR features, and they mentioned the ability to insert and apply suggestions from the PR itself. That's a feature I've grown very accustomed to w...
Anglo asked 11/8, 2021 at 16:9

1

similar to this question but different. given a Diff or a PR in Azure Devops, I'd like to get a URL to a specific line (or range). that way I can send the URL to other people !
Subsistent asked 5/10, 2021 at 22:42

3

Solved

Is it possible to get PR title and PR description in pipeline? The idea is to notify team which task has been deployed. Allfeature need to be tested go to branch "development" I tried intergrate M...
Hazlett asked 17/4, 2020 at 15:3

4

Solved

I'm trying to push commits from my GitHub repository to an ADO repository. The commits in GitHub repository are added by myself and some other authors. On pushing commits to my remote branch in ADO...
Nimmons asked 1/12, 2020 at 0:28

2

Solved

I am considering using Vercel for my front-end architecture but at the moment my codebase is hosted in Azure Repos. Is there a way to integrate Azure Repos with Vercel?
Rigney asked 1/8, 2022 at 9:9

5

How can we implement server-side hooks, or any similar solution, to restrict git push into git server? For example, we want to disable push of commits containing *.class files.
Spanner asked 16/1, 2019 at 8:36

3

Solved

I have a git-repo in Azure DevOps that I want to use as a template for starting new repos, but without the commit history of the original. GitHub has this nice feature, however I can't find a good ...
Tolliver asked 27/4, 2020 at 6:26

4

Solved

I have a project using Git LFS in Azure Repos with several binary image files being checked in using Git LFS. When my Azure Pipelines build performs a git pull, the image files are not pulled from ...
Underlie asked 27/6, 2019 at 9:36

5

Solved

Is there a way to change branch name in Azure DevOps. As shown in SS i have named my branch as Developer branch, now i want to change it to a specific request-id. Is this possible.
Wirth asked 22/11, 2018 at 14:18

3

I was getting the following errors while creating a pull-request using azuredevops golang API error: TF401398: The pull request cannot be activated because the source and/or the target branch no lo...
Fado asked 8/9, 2021 at 5:25

2

We used to delete feature branches in pull requests automatically. But then we needed to add branch policy to feature branches and Azure DevOps says "Cannot delete a branch which has policies&...
Lola asked 12/8, 2020 at 8:25

7

I'm currently creating a pipeline for Azure DevOps to validate and apply a Terraform configuration to different subscription. My terraform configuration uses modules, those are "hosted" in other r...
Gaunt asked 22/10, 2018 at 14:42

2

Solved

Can somebody clarify how SubModule works in azure devops MyDevOps Root Folder I have a Solution called MyCore.sln containing 4-5 projects I have my Main Solution called MyMain.sln containing ano...

4

Solved

I have a repository that contains both a Dockerfile and other code. We want to run certain steps regardless of what changed, but only want to run the docker build job when **/Dockerfile is changed....
Biogeography asked 27/4, 2020 at 21:41

2

We have two Azure DevOps Organizations, 1. Development 2. Client I would like to know if we can synchronize Azure DevOps Repos from one organization (Development) to different organization (Client...
Thumbscrew asked 20/4, 2020 at 6:0

1

Solved

I have a .Net solution with multiple projects, including a test project. When I create a pipeline for my solution using Azure Devops templates, with the connect Azure Repos Git and configure ASP.Ne...
Frontlet asked 20/12, 2022 at 18:6

10

In Azure Repos, I have created a PR from branch A to branch B. There aren't any merge conflict displayed. But I end up with the warning message Warning: Multiple merge bases detected. The list of ...
Rosanarosane asked 16/9, 2021 at 15:58

1

Solved

I deleted Azure Repo by mistake, now I want to restore that repo is there any way we can restore it? If possible, please advise.
Strident asked 14/8, 2022 at 11:25

3

Solved

I know that we can lock a branch in Azure Repos so that users can't push changes to it. Can we lock a particular file inside the branch so that it cannot be changed by other users? Or can this be...
Wilbanks asked 4/7, 2019 at 4:32

1

I've currently facing a rather odd issue, git is not looking for case changes on my files. I had app.module.ts and outside.dto.ts and I've changed them to App.module.ts and Outside.dto.ts. I'm not ...
Necrophobia asked 23/2, 2022 at 2:13

1

Solved

I have two git repositories in a project in Azure DevOps. Why do they display differently? One has a red icon, the other a black icon. What is the difference?
Langobardic asked 20/2, 2022 at 0:42

3

Solved

Looking for the correct/working way to source a Terraform module that is hosted within a private Azure DevOps git repo via SSH (see TF Docs on Git repo sourcing via ssh). It's undesirable to have a...
Populace asked 9/4, 2021 at 9:47

© 2022 - 2024 — McMap. All rights reserved.