Skip to content

Instantly share code, notes, and snippets.

@cvan
Created March 13, 2020 20:12
Show Gist options
  • Select an option

  • Save cvan/e6c1157990402e1e5f79899150a6412e to your computer and use it in GitHub Desktop.

Select an option

Save cvan/e6c1157990402e1e5f79899150a6412e to your computer and use it in GitHub Desktop.
git - list of files changed in a branch vs. master
% 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