Githubからダウンロードしたソースコードを編集し、
git remote add origin "https://~~" git add . git commit -m "comment" git push origin local_branch_name:new_remote_branch_name
としてプッシュした上で、Github上でnew branchからPull Requestを作成しようとすると
There isn’t anything to compare. master and new_remote_branch_name are entirely different commit histories.
という表示になりPRが作成できません。
ググってもあまり情報が多くないので僕が変な間違いをしていると思うのですが、
心当たりのある原因を教えていただきたいです。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/06/28 01:19
2017/06/28 01:32
2017/06/28 01:32
2017/06/28 01:42
2017/06/28 01:46
2017/06/28 01:48