Définir différents utilisateurs pour GIT

git config user.email [email protected]
git config user.name "work user name"
Fahim Foysal