git - List files changed between branches

# Show file names only git diff --name-only branch1..branch2 # Show Status (A)dded, (M)odified, (D)eleted for each file git diff --name-status branch1..branch2

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.