My git config

Draft Disclaimer: Please note that this article is currently in draft form and may undergo revisions before final publication. The content, including information, opinions, and recommendations, is subject to change and may not represent the final version. We appreciate your understanding and patience as we work to refine and improve the quality of this article. Your feedback is valuable in shaping the final release.

Language Mismatch Disclaimer: Please be aware that the language of this article may not match the language settings of your browser or device.
Do you want to read articles in English instead ?

Sharing my git config

push.autosetupremote=true
git config --global --add user.name "John Doe"
git config --global --add user.email [email protected]
git config --global --add --bool push.autoSetupRemote true
# See how add signature to commit
git config --global --add --bool commit.gpgsign true