chore: force-generate all markdown files and README.md

This commit is contained in:
github-actions[bot]
2025-07-09 01:01:10 +00:00
parent d1a0ca12b1
commit e63609a911
24 changed files with 1342 additions and 0 deletions
@@ -0,0 +1,33 @@
# git replace <old-commit> <new-commit>
![Category: History](https://img.shields.io/badge/Category-History-blue)
> Temporarily substitute one commit for another.
#### Command
```sh
git replace abc123 def456
```
#### Examples
- **Temporarily replace commit abc123 with def456.**
```sh
git replace abc123 def456
```
#### Steps
1. Run `git replace <old-commit> <new-commit>` to test or patch history.
#### Tags
`replace`, `history`
#### Author
mike-rambil
#### Last Updated
2024-06-10