mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 14:14:27 +02:00
Resolves #1115 clarify git branch f
This commit is contained in:
parent
6596ee2601
commit
3dfcc2b27d
1 changed files with 3 additions and 1 deletions
|
@ -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.*"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue