I'm in the process of moving our internal GitLab server to Azure ADO repos and I've been tasked with exporting a list of projects with their last commit date so we can see what is useful and what we need to export.
For some reason, Git decided not to have a simple button for this, I have attempted to do this myself with a curl command which echos into a text file but I dont think I've got everything. Does anyone else have any suggestions?