Git Pull

The pull command is used to fetch and download latest files updates from a remote branch to your local branch. It is a combination of two git commands, get fetch command followed by get merge command.

Syntax

git pull origin <remote-branch-name>

Example: git pull origin user_signin_feature