Query Git info powershell

Hey All,

Currently I have a 2 way sync with my local gitlab. When I go to Settings > Git I can see the history and I was wondering how can query that with powershell. I would like to query the history of the git sync so I can create a report to see who and when was a script modified.

Thanks,
Haluk

Product: PowerShell Universal
Version: 4.2.14

You can see the available Git-related APIs you can use by accessing the Swagger page of your PSU instance. For example, https://psu.company.com/swagger. The GitStatus API may give you what you’re looking for.