diff --git a/_learning_hours/git/interactive_rebase.md b/_learning_hours/git/interactive_rebase.md index d944ce6..ad4a941 100644 --- a/_learning_hours/git/interactive_rebase.md +++ b/_learning_hours/git/interactive_rebase.md @@ -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. @@ -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/).