ZANARDI Bruno

Software Developper

About
Resume

Git Blog

Git command `fetch`

Definition

Download objects and refs from another repository.

Basic usage

Download datas from <remote>

$ git fetch <remote>

Download datas from all remotes

$ git fetch --all