How to edit git commit?
Git commit command records the repository changes, we can give a message while committing changes. Sometimes we may need to edit the last commit. In this article, we will discuss the methods to edit commit. To add the git commit message we will use the following command Possible scenarios to edit the last commit To … Read more