He will try to merge his branch upstream ( git merge)
If no commit is sent on the command line, merge the remote tracking branches that the current branch is configured to use as its upstream.
So, check if there is a branch associated with it upstream repository:
git config remote.$(git config branch.$(git symbolic-ref --short HEAD).remote).url
This uses: