Resetting history #426
Unanswered
AngelOnFira
asked this question in
Q&A
Replies: 1 comment
-
One way that worked for me:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wondering if there is a proper way to reset history on a site. Like I was doing testing, and didn't want those downtime numbers to affect the production numbers. My solution was to do a
git filter-branch
, like such:Thanks!
Edit: Hmm it looks like the history is more tied together than I thought. I think I'll also need to remove the section from summary.json for each commit. I'll likely just reset all history then I think.
TLDR: Don't do this!
Beta Was this translation helpful? Give feedback.
All reactions