# Safe rollback to Git commit

Lot of options, but I prefer only this one:

``` bash
git revert --no-commit hash..HEAD
```
* where `hash` is the actual commit hash