Types/git.reference.log/Reset.ps1

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