-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: git pr to checkout merge commit instead of HEAD #757
Comments
Do you mean checking out the merge commit created by merging the pull request into the current branch? BTW, I am too busy in the upcoming weeks. Please forgive me if I don't reply in time. |
Similar to checking out HEAD my local git alias for checking out the merge commit to the target branch is:
So,
|
@gormac |
@spacewander Adding a merge option to |
I'd like
git pr 9999 [upstream]
to (optionally) checkout a merge commit against the branch the pull request is targeting rather than checking out HEAD. This allows me to locally test the actual result of the pull request.The text was updated successfully, but these errors were encountered: