Skip to content

Commit

Permalink
Merge pull request #48 from Chris-May/edits/interactive_rebase_learni…
Browse files Browse the repository at this point in the history
…ng_hour

Edits to the interactive rebase learning hour
  • Loading branch information
codecop authored Nov 4, 2024
2 parents 2d4afd4 + b1622e4 commit 25bd6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _learning_hours/git/interactive_rebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: xaviametller

# Git interactive rebase

Git is a powerful source control system that, among other options, allows us to redefine the history which can be very handy. Sometimes hour commit history can be messy and this capability allows us to rewrite the story as we'd like to read it instead of how it happened.
Git is a powerful source control system that, among other options, allows us to redefine the history, which can be very handy. Sometimes, our commit history can be messy, and this capability allows us to rewrite the story as we'd like to read it instead of how it happened.

This learning hour is meant to understand what are some possibilities and put them in practice.

Expand Down Expand Up @@ -54,7 +54,7 @@ Split the commit in two and move the evenResult change into the previous commit
> 2. The fifth exercise is more complex than the previous four ones, maybe not everyone will have to make it. If only some persons can do it, you can let them facilitate or explain how did they do it to the rest of the group.
## Explain how interactive rebase works
Sit with someone from another couple/group, and write in a post-it a summary of how does Git interactive rebase work.
Sit with someone from another couple/group and write a summary of how Git interactive rebase works on a Post-it note.

## Acknowledgements
LH created while working as Tech Coach for [SunwebGroup](https://www.sunwebgroup.com/) on top of the [Kata](https://github.com/xrecoba/Tennis-Refactoring-Git-Kata) created while working for [Volcànic](https://volcanicinternet.com/en/).

0 comments on commit 25bd6ab

Please sign in to comment.