My Self Hosted Build Server E drive has some source files which which needs syncing with azure repos. I am managed to update the remote servers with Git Pull command however i am not able to push changes to azure repos from build server source files. I see a message head is deatcahed however if i log on to server and run git status i can see there are files to be pushed.
My question is it possible through pipeline that to push changes from build server to AzureRepos ?
Thanks