How to remove or modify files in the Git commit
It happens to every Developer while committing their code, by mistake they commit some unwanted files or code. Instead of creating a new commit, we can fix this mistake in the same commit.
Use the below command to change the position of HEAD of your...
tutorialflix.hashnode.dev2 min read