DEV Community

eneasmarin
eneasmarin

Posted on

Undo unsigned GitHub commit

Here's a quick post for those that for some reason manually sign their commits using the -S flag and eventually forget to.

In the cases that the commit is still not pushed just run

git commit --amend --no-edit -S

And voilá, problem solved

Top comments (0)