Skip to content

Commit bf01fe5

Browse files
authored
Fix type
1 parent bfb44c3 commit bf01fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/05-distributed-git/sections/maintaining.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ If that works well, you can fast-forward your `master` branch, and you'll end up
634634
//////////////////////////
635635
受け取った作業を master ブランチにマージするのではなく、リベースやチェリーピックを使って master ブランチの先端につなげていく方法を好むメンテナもいます。そのほうがほぼ直線的な歴史を保てるからです。
636636
トピックブランチでの作業を終えて統合できる状態になったと判断したら、そのブランチで rebase コマンドを実行し、その変更を現在の master (あるいは `develop` などの) ブランチの先端につなげます。
637-
うまくいけば、`master` ブランチをそのまま前に進めてることでプロジェクトの歴史を直線的に進めることができます
637+
うまくいけば、`master` ブランチをそのまま前に進めることでプロジェクトの歴史を直線的に進めることができます
638638
639639
(((git commands, cherry-pick)))
640640
//////////////////////////

0 commit comments

Comments
 (0)