Fixing common mistakes with Git
One of the prime advantages of a version control system is to be able to code fearlessly and be able to recover from mistakes.
However, this is not Git 101. More often than not, developers find themselves stuck when they make a bad commit or merge....
blog.abhinavpandey.dev5 min read
Ghost
Self-employed software developer, artist, writer.
Resetting in git is probably one of the most important features, IMO. You really don't know until it happens, and you commit something by mistake into main repo at work, lol.