Undo unsigned GitHub commit
eneasmarin

eneasmarin @marmeden

About: Painting pixels with code.

Location:
Valladolid, Spain
Joined:
Nov 19, 2018

Undo unsigned GitHub commit

Publish Date: Nov 24 '23
1 0

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

Comments 0 total

    Add comment