Types/git.reference.log/Checkout.ps1

Push-Location $this.GitRoot
git checkout $this.CommitHash @args
Pop-Location