Open shwetasingh opened 9 years ago
@shwetasingh
Assuming you are trying to retrieve changes from the remote and use them to update your local copy of the repository:
git diff master origin/master
to view the changes between the remote copy and your local copy.Patrick will spend more time on this during the Q&A time at the end.
And when would you want to use one over the other. Thanks!