回答編集履歴

2

m

2019/06/03 05:35

投稿

yumetodo
yumetodo

スコア5850

test CHANGED
@@ -18,4 +18,4 @@
18
18
 
19
19
  [Git - git でコミットの一部を別ブランチに反映させたい|teratail](https://teratail.com/questions/192845)
20
20
 
21
- ちょうど並行で質問でてたこれがまさに`git cherry-pick`するべき事案です。
21
+ ちょうど並行で質問でてたこれがまさに`git cherry-pick`するべき事案です

1

2019/06/03 05:35

投稿

yumetodo
yumetodo

スコア5850

test CHANGED
@@ -9,3 +9,13 @@
9
9
 
10
10
 
11
11
  `git rebase`によるマージは歴史を直線的にしてしまうがゆえに、問題が多いです。`git merge`するまえに冗長な歴史をまとめるために`git rebase`することはあるかもしれませんが。
12
+
13
+
14
+
15
+ ---
16
+
17
+
18
+
19
+ [Git - git でコミットの一部を別ブランチに反映させたい|teratail](https://teratail.com/questions/192845)
20
+
21
+ ちょうど並行で質問でてたこれがまさに`git cherry-pick`するべき事案です。