Answers for "branch diff files"

2

git diff files of different branches

# If the two files have different paths in each branch

git diff branch1:path/to/file branch2:path/to/file
Posted by: Guest on July-13-2021
0

how to apply a diff file to my branch

git apply yourcoworkers.diff
Posted by: Guest on June-09-2021

Browse Popular Code Answers by Language