Git Command Pull
Pull is a command we can use to obtain the latest code in an existing repo locally from a remote repo. Pull is used to fetch and download content from a remote repository and immediately update the local repository to match that content. Pull will sync our local repo with the upstream alters.
Terminal example:
Terminal
>
git pull
> Output:
Already up to date.