2012-06-21 binary とか conflict したときのメモ $ git checkout --ours/--theirs path $ git add path AブランチにいてBブランチをマージする場合は、A が --ours、B が --theirs になる。