0

When a fork is not up to date, it says :

This branch is N commit behind xxx:master

How can I simply update the fork ? Why there's no button to simply update the fork ?

Sorry, but I've tried finding an answer since many hours.

trogne
  • 3,402
  • 3
  • 33
  • 50
  • Someone remove me a point. Please explain me why. I just need help. – trogne Mar 31 '15 at 01:57
  • I can update by doing another 'pull request', but the author is then advised of the 'pull request'. He doesn't have to be advised, I simply want to update the fork ! What should be done ? – trogne Mar 31 '15 at 02:20
  • 1
    Here you have the trick. [How to update forked repository][1] [1]: http://stackoverflow.com/questions/7244321/how-to-update-github-forked-repository – Nicolas Moraes Mar 31 '15 at 13:37
  • Thanks Nicolas. So I guess it's not possible to do that on the github website. – trogne Mar 31 '15 at 14:19

1 Answers1

0

Do yo have an error? I don't get you what is your point buddy. May be try to override and update your local changes:

git fetch origin
git reset --hard origin/master