0

master and ishfaq_web_event_tracking_changes are entirely different commit histories

git init
git remote add origin <url>
git checkout <branch>
git add .
git commit -m"new changes to branch"
git pull
git push origin <branch>

changes are committing success, but I am unable to create a new pull request

please visit screen short,

enter image description here

ishfaq
  • 73
  • 4
  • 14
  • this link may help you. I think it's the same problem, occurring when you checkout to branch. https://stackoverflow.com/questions/23344320/there-isnt-anything-to-compare-nothing-to-compare-branches-are-entirely-diffe – wookiekim Jan 08 '20 at 07:12
  • tried but no luck – ishfaq Jan 08 '20 at 07:17
  • Try restarting from the top, but skipping `git checkout `. Also, replace `git push origin ` to `git push origin master`. – wookiekim Jan 08 '20 at 07:18

0 Answers0