eficode-academy / git-katas

A set of exercises for deliberate Git Practice
MIT License
1.32k stars 860 forks source link

Add kata Rebase Interactive with autosquash #217

Closed alxb5 closed 4 years ago

alxb5 commented 4 years ago

New kata to introduce git commit --fixup and git rebase --autosquash.

Both options are daily used on my side for time saving :)

RandomSort commented 4 years ago

Good exercise demo'ing a cool, but probably rarely used feature.

Thank you!