fix: remove mention of rebase

This commit is contained in:
Bjarke Sporring
2026-01-16 11:13:11 +01:00
parent ee67433fdd
commit c39573573f

View File

@@ -4,7 +4,7 @@
By the end of this module, you will:
- Understand what cherry-picking is and how it works
- Know when to use cherry-pick vs merge or rebase
- Know when to use cherry-pick vs merge
- Apply specific commits from one branch to another
- Understand common use cases for cherry-picking
- Learn how cherry-pick creates new commits with different hashes