I was writing my Discord bot (It’s open-source on GitHub) and then I linked it with my GitHub repo. I made a special-access token for glitch and everything, only to discover that glitch completely **cked up my commit history. This is unacceptable that a hosting company like glitch would ruin my project’s reputation by flooding it with checkpoint!checkpoint!checkpoint! every few minutes. I tried the Git hook to disable it, but that just prevents my project from starting with a
parse error: Invalid numeric literal at line 7, column 8
and this is completely unacceptable. I had to git reset --hard 123456 losing a LOT of work.
Adding other files that are taking up too much space to .gitignore . Project files that take up alot of space are usually ones that your project rewrites often.
I understand, it’s that it’s an open source project and the thing is that it screwed up the commit history so I had to WIPE the commit logs from before Glitch was linked