mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
fix some typos
This commit is contained in:
parent
70ea9de86e
commit
b944c28982
9 changed files with 19 additions and 16 deletions
|
@ -190,7 +190,7 @@ exports.level = {
|
|||
"`git rebase`コマンドでそれをやってみましょう。"
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"できた!これでbugFixブランチの作業内容はmasterブランチのすぐ先に移動したので、見た目が一本になってスッキリしました。",
|
||||
"できました!これでbugFixブランチの作業内容はmasterブランチのすぐ先に移動したので、見た目が一本になってスッキリしました。",
|
||||
"",
|
||||
"気を付けてほしいのは、C3コミットはどこかに残ってるということ(ツリーの中で半透明にしてあります)、そしてC3'は(C1との接続が切れているC3の)コピーがmasterブランチ上に作られているということです。",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue