link
git/fetch

Fetch from Remote

Download objects and refs from another repository

git
fetch
remote

Command

git fetch

Examples

Fetch all branches from origin

git fetch

Fetch specific branch

git fetch origin main