link
git/pull

Pull from Remote

Fetch from and integrate with another repository

git
pull
remote

Command

git pull

Examples

Pull current branch

git pull

Pull specific branch

git pull origin main

Pull with rebase instead of merge

git pull --rebase