Answers for "git diff files names"

1

git diff only file names

git diff target_branch source_branch --name-only
Posted by: Guest on August-18-2021
0

git diff file names

git diff --name-only main
Posted by: Guest on February-16-2022
0

git compare files with different names

git diff branch1:full/path/to/foo.txt branch2:full/path/to/foo-another.txt
Posted by: Guest on October-08-2020

Browse Popular Code Answers by Language