ALL,
What options I should give to run git diff with the remote repo?
When I run just git diff I will get a difference between the current modified code and the local git repository.
Problem:
I am developing on 3 different laptops with 3 different OSes and they are diverting slightly. So I want to make sure that my changes will not be overwritten.
TIA!!