Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マージしたい
ブランチjb-mr1-release
jb-mr1-release
私のgitブランチはjellybean
jellybean
Android googlesourceからにマージする方法はjellybean?
おそらくこれ
git remote add upstream https://android.googlesource.com/platform/frameworks/base git checkout jellybean git fetch upstream git merge upstream/jb-mr1-release
ref