sajad torkamani
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