I have forked one repo MasterRepo and its showing in my repository. LocalRepo.
When ever I maded changes and push its get updated in my repo that is LocalRepo.
But If someone change anything in MasterRepo than how would I get changes.
I know command is git pull but my confusion is if I use git pull changes will com from my localrepo or from master repo?