I have python django project, I have used azure pipeline in place which deployed the code to server, the continous integration was succesful. I have used Microsoft Hosted Agent , after that continous deployment got completed. Then I was able to view the changes in my website.
But, when I one of my developer logged into the server and got inside the project folder, where the django code is present, he ran git log command to check which changes were done by Azure pipeline.
He was not able to view the git logs. Why is it so..!!!