mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-25 05:04:53 +02:00
fixed some typos
This commit is contained in:
parent
2d15267607
commit
a51fb7137d
13 changed files with 21 additions and 21 deletions
|
@ -615,7 +615,7 @@ exports.level = {
|
|||
"beforeMarkdowns": [
|
||||
"### HEADの分離",
|
||||
"",
|
||||
"HEADの分離とは単に、ブランチではなく特定のコミットにHEADを紐づけることです。実行前の状態は次のようです:",
|
||||
"HEADの分離(detached HEAD)とは単に、ブランチではなく特定のコミットにHEADを紐づけることです。実行前の状態は次のようです:",
|
||||
"",
|
||||
"HEAD -> master -> C1",
|
||||
""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue