Git Fetch

Git Fetch is documented here

It is good to fetch often as it does not affect local branches

Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description of <refspec> below for ways to control this behavior).


git fetch origin

ctrl-shift-p: command palette
Search for fetch

//You will see
Git: fetch
Git: fetch from all remotes
Git: fetch (prune)
GitLens: fetch from repositories

//You will see an icon that says

Fetch from Remote(s)