Relative Content

Tag Archive for gitazureazure-devops

How can I disable git automatic rename for azure pull requests

In our repository we have several small files with identical content. When one is removed from /foo/bar and one is added to /bar/foo these are wrongly shown as merge conflicts in Azure pull requests. How can one disable the git automatic rename detection for Azure pull requests? It’s straightforward to do it with git config for a repository but in this case I don’t have access to the repository as it’s hosted in Azure.

Revert and delete Azure DevOps commit history?

I made a small commit and pushed it to our main branch in Azure DevOps. I realized that this commit was obsolete, as it was based on wrong assumptions and miscommunication with my colleague, who made that last commit to the main.