git :: ブランチ間の diff を見る

ブランチ間の diff を見る

% git diff <branch1>..<branch2>

ファイル名だけ表示

% git diff --name-only <branch1>..<branch2>