From 9e286770fe13a4833393e68b40fd12e861ee6651 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Thu, 1 Apr 2021 08:24:26 -0600 Subject: [PATCH] Resolves #820 -- clarify instructions --- src/levels/rebase/selectiveRebase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/rebase/selectiveRebase.js b/src/levels/rebase/selectiveRebase.js index c29e608b..b9b70984 100644 --- a/src/levels/rebase/selectiveRebase.js +++ b/src/levels/rebase/selectiveRebase.js @@ -57,7 +57,7 @@ exports.level = { "", "Here we have `main` that is a few commits ahead of branches `one` `two` and `three`. For whatever reason, we need to update these three other branches with modified versions of the last few commits on main.", "", - "Branch `one` needs a re-ordering and a deletion of `C5`. `two` needs pure reordering, and `three` only needs one commit!", + "Branch `one` needs a re-ordering of those commits and an exclusion/drop of `C5`. Branch `two` just needs a pure reordering of the commits, and `three` only needs one commit transferred!", "", "We will let you figure out how to solve this one -- make sure to check out our solution afterwards with `show solution`. " ]