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-merge - Merge a pull request locally with a message like the GitHub Merge Button.

Examples

           $ hub merge https://github.com/jingweno/gh/pull/73
           > git fetch origin refs/pull/73/head
           > git merge FETCH_HEAD --no-ff -m "Merge pull request #73 from jingweno/feature..."

Name

       hub-merge - Merge a pull request locally with a message like the GitHub Merge Button.

See Also

hub-checkout(1), hub(1), git-merge(1)

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

Synopsis

hubmergePULLREQ-URL

       This creates a local merge commit in the current branch, but does not actually change the state of the
       pull request. However, the pull request will get auto-closed and marked as "merged" as soon as the newly
       created merge commit is pushed to the default branch of the remote repository.

See Also