Created
March 13, 2020 20:12
-
-
Save cvan/e6c1157990402e1e5f79899150a6412e to your computer and use it in GitHub Desktop.
git - list of files changed in a branch vs. master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % git diff master..head --name-only | |
| icon.svg | |
| index.html | |
| package.json | |
| package-lock.json | |
| % git diff master..head |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment