Last active
August 22, 2019 00:26
-
-
Save cloudartisan/6d0b6ba89fd004304326304db694e892 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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