Skip to content

Commit

Permalink
Resolves #1115 clarify git branch f
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Cottle committed Nov 21, 2023
1 parent 6596ee2 commit 3dfcc2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/levels/rampup/relativeRefs2.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
]
}
},
Expand Down

0 comments on commit 3dfcc2b

Please sign in to comment.