Created
July 4, 2022 12:39
-
-
Save pgrepds/64e444d23087dd54161313f143344c92 to your computer and use it in GitHub Desktop.
Git initial config
This file contains hidden or 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 --global user.email "Email Adress" | |
git config --global user.name "David Scholz" | |
git config --global commit.gpgSign true | |
git config --global user.signingKey <pgp key> | |
We can show the PGP keys as follows: | |
gpg --list-keys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment