See git-pull(1) for details

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> feature-uat
 

git branch --set-upstream-to=origin/feature-uat feature-uat

Git pull If you wish to set tracking information for this branch you can do so with:_git