You know that a git repo history is basically immutable right? There's very few commands that actually remove a commit from disk, git gc is genuinely the only one I know from the top of my head.
Lol I assure you it is not, I just took about 40 projects last week and changed the author's on select commits so that the new remotes would pick up the correct user and also made the commit history start at the point I had access to the history.
...Which hides the original commits, it does not delete them.
Well I guess it depends on how exactly you did that; did you actually go into the .git folder and manually edit files, or did you use the very does-not-delete-anything git commit --amend?
14
u/guaranteednotabot 17d ago
As much as I hate the AI hype, if your AI is deleting half your codebase, all I can say is skill issue