Command
Explanation
git fetch is used to download objects and refs from another repository. It downloads the objects and refs from another repository.
Examples
Fetch all branches from origin
Fetch specific branch
git fetch is used to download objects and refs from another repository. It downloads the objects and refs from another repository.
Fetch all branches from origin
Fetch specific branch