Git pull will download new changes from the branch named master on the remote named origin and integrates them into your local HEAD branch.
git pull origin master
Git pull will download new changes from the branch named master on the remote named origin and integrates them into your local HEAD branch.
git pull origin master