Questions tagged [azure-repos]

Azure Repos is the version control repository for Azure DevOps (previously VSTS) using either TFVC or Git.

Azure Repos is the version control repository for Azure DevOps (previously Visual Studio Team Services, VSTS) using either TFVC or Git.

380 questions
-1
votes
1 answer

Does Git store system information (like IP Address, system details etc...)

When I create a commit in git, does it store any information associated with the device (like IP Address, system details etc...) that I'm creating the commit from? And if Git (the VCS) doesn't store it, then do any of the Git service providers like…
Gangula
  • 5,193
  • 4
  • 30
  • 59
-1
votes
1 answer

Azure contributions to github profile

I work for a company that uses Azure Devops and therefore all my contributions are not stored in a github account. Is there any way to transfer them there (obviously without cloning the repository to github) I tried to find a way to track…
-1
votes
1 answer

Automated script to mirror a repository from gitlab to azure devops

The requirement is that I need to mirror a repository on gitlab to azure, keeping all the history. I have figured out a script to do so, and it works perfectly when executed on my local. However, we want to schedule it, and thus we plan to create a…
RCB
  • 479
  • 1
  • 9
-1
votes
1 answer

Is there any way to merge the changes back to the branch when we perform revert in Azure DevOps

We have two branches called main and dev. Developers worked on the dev branch and they committed and pushed few changes to the dev. We are following PR process (Pull request) to merge the changes to the main branch. (we are using Azure Repos) Pull…
-1
votes
1 answer

Azure DevOps Server Repos

Is there a way to restrict users from pushing new branches? Our management wants the Repo admin to control what branches get created, they don't want devs pushing branches to a repo from their desktops in order to create them. Is there a way to lock…
user5855178
  • 567
  • 1
  • 7
  • 17
-1
votes
1 answer

how to edit py file in azure repo using azure devops pipline?

I have lots of py files in repo and I want to edit them using azure devops pipline, is that possible? every time I put a file I can edit it with CI / CD
-1
votes
1 answer

When I try to package my python code into a .ZIP through YAML, the folder is empty

I’m using Azure DevOps and I’m trying to package my python code into a .ZIP file. I’m also using Azure for my repo for my python folder. Here’s my folder in my repo Here’s my YAML code for my pipeline Everything works fine, my only issue is that the…
MP32
  • 573
  • 1
  • 9
  • 25
-1
votes
1 answer

How to follow dev branch lagging behind master branch

I have more projects and branches like dev, feature, bug and master etc. Over time, there are differences between branches and it becomes difficult to follow them. Is it possible to see branch statuses in a table. For example, dev, master uptodate…
Metin Bulak
  • 537
  • 4
  • 8
  • 30
-1
votes
1 answer

What are the methods to add pre-commit checks before the developer checks in his/her code in Azure repos

The developers are using visual studio code and they push in their code to azure repos, I want to add pre commit checks which does simple checks like pointing out missing semicolon, trailing whitespace etc
-1
votes
1 answer

Azure Repository: unlimited merge conflicts in pull request

It seems like I am facing a bug within my Azure Devops repository. Within my pull request I have merge conflicts. Every time I solve these and resolve the matching comment, a new merge conflict appears. Here you can see I resolved all the…
-1
votes
1 answer

Is Azure Repos private repository "safe" to use?

I am looking for a tool to create private repositories. I am using VS community 2019 and it integrates with azure repos easily. I enjoy the service and ease of use but I cannot find reliable information about Intellectual Property and "safety". Is…
Rafał Kowalski
  • 177
  • 1
  • 11
-1
votes
1 answer

Trigger Jenkins job on code commit to Azure repository

I have a Jenkins job running on my localhost:8080. I want to trigger this job automatically whenever there is a commit on Azure repos (Azure DevOps). Any advise on how I can achieve this? Thanks
SD4
  • 439
  • 10
  • 27
-1
votes
2 answers

How to restore azure repository?

Team, How to take backup of azure repo and is there any way to restore azure repository. if someone deleted azure repo then how can restore this. Thank you.
-1
votes
1 answer

Azure function import module from azure repos

Is it possible to import a module into an azure function straight from another git azure repos? Instead of having the folder structure proposed at https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-python#folder-structure …
Vicky
  • 127
  • 1
  • 3
  • 9
-1
votes
1 answer

Importing an another Repos in an existing Repos in Azure Devops

I have 3 APIs and 1 MVC in my project. I want to clone all of them from TFS into Azure Repos along with history. I do that by cloning from TFS to local repository, then pushing local repository to Git repository and finally importing that Git…
1 2 3
25
26