Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 723 Bytes

File metadata and controls

23 lines (13 loc) · 723 Bytes

Sign GIT Commits

Why it's better to sign your commits?

Because anyone can push commits to their own repositories with anyone else’s email address!

Is this even possible?? 😱

Yes! You just need to do this:

    git commit --author='John Doe <john@doe.org>' -m 'Change some stuff'

Good Medium article that explains this 🔥

How do you sign your commits?

Follow the instructions in this article 👉 Gitlab

A more technical article

Now, no one else can sign for your 💪