Types/System.IO.FileInfo/get_GitLogs.ps1

Push-Location $this.Directory
git log $this.Name
Pop-Location