Provided by: hub_2.14.2~ds1-2_amd64 

NAME
hub-fetch - Add missing remotes prior to performing git fetch.
SYNOPSIS
hub fetch USER[,USER2...]
EXAMPLES
$ hub fetch --multiple jingweno mislav
> git remote add jingweno git://github.com/jingweno/REPO.git
> git remote add mislav git://github.com/mislav/REPO.git
> git fetch jingweno
> git fetch mislav
SEE ALSO
hub-remote(1), hub(1), git-fetch(1)
hub version 2.14.2 29 Oct 2025 hub-fetch(1)