Git Pull
Git pull is used to sync up the local repository with the remote repository. This command performs two operation:
- [Git Fetch]: will download the contents from the remote repository.
- [Git Rebase] or [Git Merge]: will update the local repository with the remote repository.