Spaces:
Running
HELP! How do I undo update space?
I accidentally did not realize the changes I was going to add in deleted what I already had. I need help getting back to the original version I had 10 days ago. Any help would be very much appreciated!
Hi, you can do it through git, by revert to a previous commit
Hi, you can do it through git, by revert to a previous commit
I am new to this, where do I find that and are there any other steps I should know about?
If you are new on git, let me give you another way to do it:
Go to your space > Files > Click on the History: {x} commits
(eg. https://huggingface.co/spaces/Honda219/Mortgage-Calculator-Master-List/commits/main)
Then found the commit you wants to revert (commit means version
in your case), copy the content of the file.
Go to deepsite > Load project (the good one) > Paste the good version in the editor > Update space
If you are new on git, let me give you another way to do it:
Go to your space > Files > Click on the
History: {x} commits
(eg. https://huggingface.co/spaces/Honda219/Mortgage-Calculator-Master-List/commits/main)Then found the commit you wants to revert (commit means
version
in your case), copy the content of the file.Go to deepsite > Load project (the good one) > Paste the good version in the editor > Update space
So I hit the copy button and pasted it into the bottom left editor and it did not change anything. I copied the initial commit and it did nothing. It just changed the format of what I currently have. I am just looking to get my calculators back
Hey here is a little tutorial
Just one thing: If you want to update your existing space, load your space first. Otherwise you can just create a new one
Hey here is a little tutorial
Just one thing: If you want to update your existing space, load your space first. Otherwise you can just create a new one
ENZO YOU ARE AMAZING!!! THANK YOU!!!