About 50 results
Open links in new tab
  1. How to Connect Visual Studio Code with Azure GIT Repo

    May 20, 2021 · I want to connect Visual Studio Code with Azure GIT Repo. For this I have Azure GIT Repo with empty files, installed VS Code which have following details and installed Azure …

  2. Cross Search in all repositories and branches in Azure Devops Repos

    Jan 17, 2024 · 4 Azure has very nice function to facilitate cross search through all repositories: I have noticed that after I did search for a keyword which was in one of the branches it was not …

  3. Azure Devops Repos compare file between two branches

    Nov 8, 2023 · 3 I have a repository in Azure Repos. I have two branches "develop" and "abc". I have the same file (pom.xml) which exists in those 2 branches. How can I see the differences …

  4. How to authenticate when I try to git clone from azure git?

    Jun 26, 2020 · One regular way to clone a repo from Azure Devops is to ask the admin to add your own account to the group of people that can clone the repo, and use your own account.

  5. Azure DevOps - compare two commits right in the web UI?

    Dec 30, 2019 · This is surely something simple I'm overlooking. In the Azure DevOps web interface (not integrated as part of an IDE), I see how to compare any commit to its parent, but …

  6. Unable to Access Azure Repos in my Organization even with …

    Apr 4, 2023 · According to the answer by Kotha Ramesh Babu Make sure to change the User's access level from Stakeholder to Basic. I added one User by visiting my Azure DevOps …

  7. AzureDev Repos, how to change target for pull request

    Oct 26, 2023 · 11 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 …

  8. git - Azure Devops Repos - Revert back to a previous commit like …

    Dec 17, 2020 · git clone <repo_url> #clone your azure git repo to local git checkout <branch> git reset --hard <commithash> #revert back to a the previous commit git push --force #push to …

  9. How to get a list of commits of the last week for all repos in Azure …

    Dec 4, 2020 · We have several repositories in Azure Devops. In my dashboard, in the project stats I can see that there were X commits by Y authors (for the last 7 days), but, I cannot click …

  10. Azure DevOps Permissions for Individual Repositories

    Aug 21, 2019 · If I add them to the default team of the project, they can see all the repos (bad). This is how I set up Team1: As an aside, if anyone knows of a good comprehensive reference …