Types/System.IO.FileInfo/get_GitDirty.ps1

Push-Location $this.Directory
$(git status $this.Name '-s') -as [bool]
Pop-Location