Types/git.reference.log/Revert.ps1

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