You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# On an existing working copy in the fork/pull workflow:
$ gg branch feature
$ gg commit -m "Made a change"
$ gg push -create
$ gg requestpull
# Pull request is merged, squashed and merged, or rebased.
$ gg pull
$ gg evolve
Expected Behavior
evolve consults the GitHub pull request API to see if the branch corresponding to the pull request was merged, and then advances the ref to the merge_commit_sha if present locally.
Actual Behavior
Nothing happens.
The text was updated successfully, but these errors were encountered:
Don't have a full idea yet, but in doing some absent-minded sketching, a GraphQL query like this might be useful for finding relevant PRs in a project.
Steps to Reproduce
Expected Behavior
evolve
consults the GitHub pull request API to see if the branch corresponding to the pull request was merged, and then advances the ref to themerge_commit_sha
if present locally.Actual Behavior
Nothing happens.
The text was updated successfully, but these errors were encountered: