This question has been flagged
1 Reply
4145 Views

Ok, so i had some issues in my master branch, and i had to restore it to a previous working state. Now everything's working fine in my master branch, but i see a message "Backup Restorations do not run on the code of the current branch but on that of the backup.".
So if i create any new branch forked to it, it doesn't replicate the restauration, but instead the 'current' database that is all buggy;

How can i set the restorated version as the current version?

Avatar
Discard
Author Best Answer

I figured it out.

You have to download the working commit and (using github desktop to make it easier) merge that commit to the current master branch, so it becomes updated. Now i can make working branches yet again.

Avatar
Discard