Types/git.log/Checkout.ps1

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