Set global Git options
12 March 2022 (Updated 12 March 2022)
git config --global user.email "<email>"
git config --global user.name "Sajad Torkamani"
git config --global init.defaultBranch "master"
This will write these options to ~/.gitconfig
and apply them to all Git repos unless overridden on the repo level.
Tagged:
Git
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment