I have git master branch, which had some updates which i didn't updated on local machine and created a new commit and tried to push it to master branch, however it rejected my commits and throws error saying there are updates on the remote branch which need to be merged on local machine first before sending any commits to remote branch
Now i don't know what are the updates currently on remote branch which i have not yet pulled it in my local copy, as it's the master branch (production copy) i am bit concerned about what updates it will bring into my local copy which is currently working.
Is there any way i can see what updates it will bring if i make a fetch call in GIT.
Any help will be greatly appreciated