Commit
Commit
Commit
Back when I was still on Reddit, I made a comment on a chess sub saying that in chess you are not allowed to make your king "commit suicide" to explain how a stalemate works. One day later I got a message about suicide prevention because someone flagged me for promoting suicide.
What a dumb site.
I mean in all fairness it was probably a bot that flagged that.
By the time I left (API shenengigans) Reddit was already a place where bots interacted with bots half the time.
It's too late for me. My coworker pull requested before I could and now I think I'm going to commit merge conflict.
Just base your stuff on their stuff and hassle everyone to merge that other PR.
That's not a mistake git can do that to people. Especially those who have never used git via command line.
Yeah, imagine you accidently commit over weeks of work, or hell, if it's the main branch, and you deleted the other origin branch prior to merging, it could be a lot more than a few weeks worth of work. The revert to a previous commit... shutters.
I don't know if you're joking, but in case you're not: git reflog
and git reset --hard HEAD@{n}
is your friend. You can undo almost anything. Deleted commits and branches aren't really deleted. Remotely deleted branches can be pushed again.
Except for an (accidental) git restore
/git reset
. Those are permanent and can't be undone.
@@ -1 +0,0 @@
-my existence