Skip to content

Instantly share code, notes, and snippets.

View aeells's full-sized avatar

Andrew Eells aeells

View GitHub Profile
@nitrocode
nitrocode / github-gpg-key-with-private-email.md
Last active April 4, 2024 21:43
Github "Verified" commits using GPG key with private email

Github "Verified" commits using GPG key with private email

It's nice to see a Verified message next to each commit for peace of mind.

Using GPG or S/MIME, you can sign tags and commits locally. These tags or commits are marked as verified on GitHub so other people can be confident that the changes come from a trusted source.

  1. Install latest gpg

    If using a mac use homebrew

package my.classes.foo;
/**
* Created by mikeholmes on 17/06/15.
*/
public class MyClassImpl implements IManager {
public String firstname;
public String lastname;
protected int age;
private int f;