Types/System.IO.FileInfo/get_GitDiff.ps1

Push-Location $this.Directory
(git log -n 1 $this.Name).Diff()
Pop-Location