Git Logs
There are two sources of Git logging for their respective operations, Clone and Fetch.
All messaging from Git is sent to a file within the Logs folder. Each file is prefixed with either "GitCloneLog_" or "GitFetchLog_" with the UID of the build associated with this operation.
The Git Fetch operation does not provide any logging if no changes where actually present. This may mean this file is often empty.