Last active
February 9, 2025 08:34
-
-
Save jnsiet2/4e9609a4a7c44835043e4978943a4ef8 to your computer and use it in GitHub Desktop.
testetes
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 --global user.name "name" | |
git config --global user.email "email" | |
git config --global gpg.format key | |
git config --global user.signingkey path | |
git config --global commit.gpgsign true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment