logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hub-fetch - Add missing remotes prior to performing git fetch.

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

Name

       hub-fetch - Add missing remotes prior to performing git fetch.

See Also

hub-remote(1), hub(1), git-fetch(1)

hub version 2.14.2                                 24 Aug 2023                                      hub-fetch(1)

Synopsis

hubfetchUSER[,USER2...]

See Also