git diff - How to list files which are not in another branch using git? -


i have 2 branches master , develop. master has been merged develop. develop has code not in master. how see files exist in develop , not in master?

on develop branch : git diff master

or files added (new files): git diff master --diff-filter=a


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -