I forked a GitHub project, modified some code, and used
$ git push origin master
to push the modification to my forked project. After that, in starting a pull request, GitHub said:
There isn't anything to compare.
nferraz:master
is up to date with all commits fromVicoWu:master
. Try switching the base for your comparison.
Vico is my name. It seems that my push takes no effect. Why is this happening?