0

Possible Duplicate:
git: show all changed files between two commits

How can I get a list of files being committed/added between 2 SHA (I get the SHA using 'git log')?

Thank you.

0

1 Answer 1

1
git diff --name-only SHA1 SHA2 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.