サクサク読めて、アプリ限定の機能も多数!
`git cherry-pick A^..B` で A から B への一連のコミットをまとめて cherry-pick できる。
a2ikm のブックマーク 2020/06/17 12:50
How to cherry-pick multiple commits[git][tips]`git cherry-pick A^..B` で A から B への一連のコミットをまとめて cherry-pick できる。2020/06/17 12:50
このブックマークにはスターがありません。 最初のスターをつけてみよう!
stackoverflow.com2012/05/08
I have two branches. Commit a is the head of one, while the other has b, c, d, e and f on top of a. I want to move c, d, e and f to first branch without commit b. Using cherry pick it is easy: chec...
5 人がブックマーク・2 件のコメント
\ コメントが サクサク読める アプリです /
`git cherry-pick A^..B` で A から B への一連のコミットをまとめて cherry-pick できる。
a2ikm のブックマーク 2020/06/17 12:50
このブックマークにはスターがありません。
最初のスターをつけてみよう!
How to cherry-pick multiple commits
stackoverflow.com2012/05/08
I have two branches. Commit a is the head of one, while the other has b, c, d, e and f on top of a. I want to move c, d, e and f to first branch without commit b. Using cherry pick it is easy: chec...
5 人がブックマーク・2 件のコメント
\ コメントが サクサク読める アプリです /