git: ID yourself git config --global user.name "Alexander Kerner" git config --global user.email ak@silico-sciences.com These infos (and all other global configurations) are stored in ~/.gitconfig. Omit the --global option to configure project-local. Share it