Skip to content
Snippets Groups Projects
Commit d24bb02b authored by Daniel Duarte's avatar Daniel Duarte
Browse files

complete -i pres

parent d7f49e5d
No related branches found
No related tags found
No related merge requests found
## Interactive Rebase Workshop
The prompt shows up:
```bash
pick xxxxxxx add first name to attendee list
pick yyyyyyy add second name to attendee list
```
The keywords should be changed to:
```bash
reword xxxxxxx add first name to attendee list
fixup yyyyyyy add second name to attendee list
```
Upon confirming, change the message of commit xxxxxxx:
```bash
Add Name1 and Name2 to the attendee list
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment