From 3dfcc2b27d6065deb828b3e1cd57d5f32b9546d5 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Tue, 21 Nov 2023 11:36:23 -0500 Subject: [PATCH] Resolves #1115 clarify git branch f --- src/levels/rampup/relativeRefs2.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/levels/rampup/relativeRefs2.js b/src/levels/rampup/relativeRefs2.js index 5720a7c0..df280e09 100644 --- a/src/levels/rampup/relativeRefs2.js +++ b/src/levels/rampup/relativeRefs2.js @@ -83,7 +83,9 @@ exports.level = { "", "`git branch -f main HEAD~3`", "", - "moves (by force) the main branch to three parents behind HEAD." + "moves (by force) the main branch to three parents behind HEAD.", + "", + "*Note: In a real git environment `git branch -f command` is not allowed for your current branch.*" ] } },