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-apply - Download a patch from GitHub and apply it locally.

Examples

           $ hub apply https://github.com/jingweno/gh/pull/55
           > curl https://github.com/jingweno/gh/pull/55.patch -o /tmp/55.patch
           > git apply /tmp/55.patch

Name

       hub-apply - Download a patch from GitHub and apply it locally.

Options

GITHUB-URL
           A URL to a pull request or commit on GitHub.

See Also

hub-am(1), hub(1), git-apply(1)

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

Synopsis

hubapplyGITHUB-URL

See Also