André Amorim

Crafting Web Experiences


//

Global Git Username and Email Configuration

Email:

git config --global user.email "[email protected]"

Username:

git config --global user.name "André Amorim"

For one liners:

git config --global user.email "[email protected]" && git config --global user.name "André Amorim"

Published date:

Modified date: