Skip to content

Instantly share code, notes, and snippets.

@mhmdio
Last active May 6, 2022 13:11
Show Gist options
  • Save mhmdio/4f12dcafd12834c9d9f011aacb3f8fff to your computer and use it in GitHub Desktop.
Save mhmdio/4f12dcafd12834c9d9f011aacb3f8fff to your computer and use it in GitHub Desktop.
git-config

git-config

Local

git config user.name "Mohammed Yahya"
git config user.email [email protected]
git config user.name "Mohammed Yahya"
git config user.email "[email protected]"
git config user.name "Mohammed Yahya"
git config user.email [email protected]
git config user.name "ALMUSSADAR Mohammed"
git config user.email [email protected]
git config user.name "Mohammed ALMUSSADAR"
git config user.email [email protected]
git config user.name "Mohammed Yahya"
git config user.email [email protected]

Global

git config --global user.name "Your Name Here"
git config --global user.email [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment