From c39573573f1f85d6caf50c32217f0a5bc80fe6b3 Mon Sep 17 00:00:00 2001 From: Bjarke Sporring Date: Fri, 16 Jan 2026 11:13:11 +0100 Subject: [PATCH] fix: remove mention of rebase --- 01-essentials/05-cherry-pick/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-essentials/05-cherry-pick/README.md b/01-essentials/05-cherry-pick/README.md index f732e10..97081bc 100644 --- a/01-essentials/05-cherry-pick/README.md +++ b/01-essentials/05-cherry-pick/README.md @@ -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