mirror of
https://github.com/mike-rambil/Advanced-Git.git
synced 2026-04-28 03:01:38 -05:00
chore: auto-generate README.md from toc-source.json
This commit is contained in:
@@ -15,16 +15,10 @@ git replace abc123 def456
|
||||
#### Examples
|
||||
- **Temporarily replace commit abc123 with def456.**
|
||||
|
||||
|
||||
```sh
|
||||
git replace abc123 def456
|
||||
```
|
||||
- **Graft a new parent onto a commit for testing history changes.**
|
||||
|
||||
|
||||
```sh
|
||||
git replace --graft HEAD~2 HEAD
|
||||
```
|
||||
|
||||
|
||||
#### Steps
|
||||
|
||||
Reference in New Issue
Block a user