Git Cheat Sheet : Remove previous commit
Git is a powerful version control system that allows developers to manage their code efficiently.
Remove local committed changes
If you have accidentally made a wrong commit in Git on you local repository (not pushed to the remote). You have used git...
blog.kzankpe.com2 min read