xtina-starr / pull-lock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get a list of changed files between twos shas

orta opened this issue · comments

git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD allows us to identify which files have changed.