Skip to content

Instantly share code, notes, and snippets.

@cloudartisan
Last active August 22, 2019 00:26
Show Gist options
  • Save cloudartisan/6d0b6ba89fd004304326304db694e892 to your computer and use it in GitHub Desktop.
Save cloudartisan/6d0b6ba89fd004304326304db694e892 to your computer and use it in GitHub Desktop.
git config user.email $EMAIL
git config user.name $USERNAME
git config user.signingkey $KEY
git config commit.gpgsign true
git config push.gpgsign if-asked
git config gpg.program $(which gpg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment