mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-18 22:12:40 +00:00
initial commit
This commit is contained in:
commit
259fee630b
127 changed files with 7811 additions and 0 deletions
8
public/en/safe-rollback-to-git-commit.gmi
Normal file
8
public/en/safe-rollback-to-git-commit.gmi
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue