home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 676563830

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/pull/4314#issuecomment-676563830 https://api.github.com/repos/pydata/xarray/issues/4314 676563830 MDEyOklzc3VlQ29tbWVudDY3NjU2MzgzMA== 14808389 2020-08-19T17:35:57Z 2020-08-19T17:38:46Z MEMBER

which command did you use to create the merge? I think that was some sort of rebase merge, which means that all merged commits are included in the commit history, and github doesn't seem to work well with this kind of merges. You also have duplicated commits in the history, which confuses me.

Edit: it seems you somehow merged / rebased the branch onto itself. Just as reference, I usually use sh git checkout master git pull git checkout <feature-branch> git merge master git push for merging

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  673757961
Powered by Datasette · Queries took 0.711ms · About: xarray-datasette