I have Project C# V.S and I give a copy to friend of me I wanna know what he edit is there is way to compare both project and find difference?
CodePudding user response:
You can try using GitHub or GitLab and commit your changes. So even if you have done some thing wrong you can easily get is back.
CodePudding user response:
You can use git&github (or equivalent version control systems), so you can follow your code versions(which devoloped by you or your friend) and compare.
Example, git diff #It'll show changes after the last time on a file