pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
692 stars 2.29k forks source link

PR shows all previously changed files and previous commits #553

Closed abkosar closed 5 years ago

abkosar commented 5 years ago

When I try to follow the git setup on https://codechalleng.es/challenges/52/ and try to create a PR, it shows all the previously changed files and previous commits instead of just 1.

Any help will be appreciated, thanks!

bbelderbos commented 5 years ago

Hey @abkosar seems you tried to merge into master, that needs to be community.

The platform should provide a link that pre-selects community as the target merge branch, did it not?

I reopened your PR and fixed it manually for now, it works: I only see your code now. https://github.com/pybites/challenges/pull/551

HTH Bob

abkosar commented 5 years ago

Hey @bbelderbos, thanks for the advice. Yeah I didn't pay attention to that.

Thanks!