5
biglars
7y

When you commit "removed unused imports" because you have no idea what you did.

and then you actually find a unused import... Better commit again!

Comments
  • 3
    Haha, I have that issue with spellings. "Fixed all mispelled words". "Another one". "Yet anothet ..."
  • 1
    git commit --amend to add to the previous commit, and even if you've pushed since then, you can use git push -f to force it.

    Be careful with forced pushes though.
Add Comment