How to restore #244
Answered
by
cooperspencer
gerardo-cipriano-dinova
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
cooperspencer
Jun 13, 2024
Replies: 1 comment
-
First of all you need to unpack this repository. After that you'll change into the unpacked repository and do a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gerardo-cipriano-dinova
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all you need to unpack this repository. After that you'll change into the unpacked repository and do a
git push --all --force
and agit push --tags --force
and this will push the latest backup to the repository.But be careful with that, because it will overwrite your current repo.