Sometimes when working with a repository in GIT we want to undo our changes.This could be because you messed up the repository or you just want to start with a fresh copy of the respository.In such cases you can use the GIT reset command.This command will remove all the commits after the mentioned commit. Undoing […]