Thursday, December 15, 2016

Git: list files changed in a branch

git checkout my_branch
git diff --name-only master...