Modifier le terminal du compte Git

git config --list
git config --global user.name "Full Name"
git config --global user.email "[email protected]"
Ghaith Alzin