Home  Home  Home  Kontakt  Kontakt  Kontakt  Inhalt  Inhalt  Inhalt  Blog  Blog  Blog  FAQ  FAQ  FAQ

git config

git help config
git config          --list
git config --local  --list
git config --global --list
git config --system --list
git config --global user.name "it-gro"
git config --global user.email "foo@example.com"
git config --global --unset-all user.name
git config --global --unset-all user.email
git config user.name  "Foo Bar""
git config user.email foobar@example.com
git commit --amend --reset-author