Get the list of files diff between 2 branches
If you wanna quickly get a list of all files who differ between two branches you can use this command. It return a nice list of file with count of chars differs and if it's + or - . Also reference binary file like pictures.
$ git diff --stat --color master..branchName
you can also flip master and branchName to get what is diff if you merge the other way.
Written by Thibault Milan
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#