mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-18 22:12:40 +00:00
8 lines
No EOL
163 B
Text
8 lines
No EOL
163 B
Text
# 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 |