2

I have my repo in GitHub. When I first use Azure repo, I clone that GitHub repo in to Azure repo.

Now, I make some changes in my local machine using git. After that I commit a code in git master branch. Then I did git push to my GitHub master branch. I can see a commit id with comment on GitHub. But some how I am not able to see a that commit in Azure Repo.

Does anyone have any suggestions?

My repo is a private repo, so I sync it to Azure Repo with my credentials.

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
  • How did you `clone the repo`? Did you add a new remote and pushed it by hand? – Rob Bos Apr 12 '19 at 14:07
  • Why are you maintaining two separate copies of the same repository? – Daniel Mann Apr 12 '19 at 15:33
  • Because my company already invested into Git hub and once I move my code to Azure repo, I do not want anything to break. Secondly, I would like to use Azure work items and link those commit tag with work items. – Krunal Patel Apr 12 '19 at 17:34
  • Possible duplicate of [How to synchronize VSTS and Github respositories when commits are made](https://stackoverflow.com/questions/36814023/how-to-synchronize-vsts-and-github-respositories-when-commits-are-made) – Shayki Abramczyk Apr 14 '19 at 07:34
  • This one looks like working on other way. I want to sync from Github to VSTS. – Krunal Patel Apr 14 '19 at 19:22
  • @KrunalPatel did you find any way of doing what you wanted? – Moises Gonzaga May 31 '21 at 21:15

0 Answers0