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.