# Important: Find exact level, where it was added --global, --system, --local
# test before
# should contain this entry
git config --global --list
git config --unset --global alias.log
# Eintrag nur für repo setzen
git config user.name "mein-name-nur-fuer-repo"
git config --global user.name "Jochen Metzger"
git config --global user.email "[email protected]"
# Du musst in Deinem Repo sein, und für das gilt das
git config --list
# Checking your config property:
git config user.email