I have a git repository in my local and also in github. I have also a collaborator(my partner) in that github repository. I have added some new file in my local and push those in the remote by git push origin master
and the updates are shown in github repo.
Now, my partner try to know whether any update in remote using git fetch
but results nothing although the remote is updated with new files.
What is the exact command to know this and add those in local?