Your branch has diverged...

Installing and setting up FaceSwap


Forum rules

Read the FAQs and search the forum before posting a new topic.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
MattB
Posts: 22
Joined: Fri Aug 19, 2022 4:54 pm
Been thanked: 5 times

Your branch has diverged...

Post by MattB »

It may not be a real issue but when I check for updates from within the FS GUI I get the following message.

"Your branch has diverged from the remote repo. Not updating."

The version I have is running just fine, so it's not as though this is critical. I'm just curious if I'm missing lot's of updates with ultra cool capabilities. In fact, now that I think of it I'm not sure how to tell what version I'm running of FS proper.

Anyway, just curious why I'd get an error that seems to mean I'm out of sync with github.

User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 623 times

Re: Your branch has diverged...

Post by torzdf »

This happens sometimes. If you have changed any of the core system files, then github will not allow the update.

If you open up a command prompt and navigate to the faceswap folder you should be able to reset the repo by running:

Code: Select all

git reset --hard origin/master

Updates should then work again.

My word is final

Locked