Resolves #1115 clarify git branch f

This commit is contained in:
Peter Cottle 2023-11-21 11:36:23 -05:00
parent 6596ee2601
commit 3dfcc2b27d

View file

@ -83,7 +83,9 @@ exports.level = {
"", "",
"`git branch -f main HEAD~3`", "`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.*"
] ]
} }
}, },