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.
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.
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