Level: Rewriting History 2 - "Interactive Rebase"
Open
level - educational
- Dominant language
- Python
- Stars
- 558
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
```
2) Interactive Rebase - Use git rebase -i to change the message of a commit
This would be just a quick introduction to show people how to interactive rebase
```
`git gud status` (#264)
```
Before:
file: Present
message: Hello world
After:
file: Present
message: Hello World!
```
Contributor guide
Assessment
This issue has not been assessed yet.