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

compact slides

parent 5ee4c003
No related branches found
No related tags found
No related merge requests found
## Interactive Rebase Workshop ## Interactive Rebase Workshop
* Perform an interactive rebase onto the master branch * Perform an interactive rebase onto the develop branch
```bash ```bash
git rebase -i master git rebase -i develop
``` ```
* reword the first commit's message to:
`These are the two squashed commits`
* combine the second and first commit into one,
omitting the second's commit message.
\ No newline at end of file
## Interactive Rebase Workshop
* reword the first commit's message to:
`These are the two squashed commits`
* combine the second and first commit into one,
omitting the second's commit message.
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