Pull Request says nothing to compare. #15
-
Hi, my name is Kenny Nguyen and I am getting this issue when I try to make a pull request between my forked repo and the original Pantheon repo. It says that there's nothing to compare as they are entirely different commit histories. Upon looking it up online, I found out it may be because of how I initialized the repository. The solution seems to be to clone it into a new repo and try again but I didn't want to lose my commit history. Thank you and sorry for the trouble |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @knguyen111601 - if you created a new repo instead of forking/cloning this one, your commit history won't share a base and git won't know how to merge it. You should be able to merge the two; try this post on Stack overflow |
Beta Was this translation helpful? Give feedback.
Hi @knguyen111601 - if you created a new repo instead of forking/cloning this one, your commit history won't share a base and git won't know how to merge it.
You should be able to merge the two; try this post on Stack overflow