7 Most Common Git Mistakes
Telegraph
7 Most Common Git Mistakes
In the last point, you got to know the option “ — git commit amends message”. This is useful if you want to change the last commit. But what if the commit to be corrected wasn’t the last? You can use “git rebase-interactive” for this. You must enter your…