Answer the question
In order to leave comments, you need to log in
How to know the diff between files in git and modified copies of those files?
There is a site project. Is under the control of git. The site has been copied and modified. How to learn diff and to define these changes?
Answer the question
In order to leave comments, you need to log in
"Copied" is a loose concept. If you just physically copied the file directory, then create a new "oldsite" branch in it and connect the old site folder to this branch as an origin. After that, you can compare two brunches.
If you cloned the old site with the git clone command, then just compare the two branches, or the bunch and its origin if you foolishly did not think of making a new branch
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question