hub-fetch - Man Page

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)

Referenced By

hub(1).

11 Feb 2024 hub version 2.14.2 hub manual