This message was deleted.
# random
s
This message was deleted.
a
How far away in history is it?
You could force push + amend it out easily if it's recent
And if there's sensitive info in it, you can ask GitHub to wipe the commit once it's been amended
c
Well so I wiped it from git history, but now I can't commit it because it says nothing was staged lol.
a
git push -f
c
interesting. i guess i will give that a try. guess i gotta be on main and can't do this in a PR?
a
You would need to do it on the main branch, or wherever this change was made
👍 1