I would like to pull updates that a friends just pushed a week ago on github with intellij Idea. I open the project on my computer, checkout on the correct branch , went to VCS ->git -> pull , choose the correct branch , but nothing appended.
Thus, I decided to go on github, to verify if those changes where applied on the repository, and yes, the repository is up to date in github but i'm not able to pull changes.
I also tried to clone the project and recreate a new project on Intellij Idea but it make no changes...
Could somebody explain me how can i fix my problem, and get all changes made to the project ?