Git links

misc links

configure user data

$> git config --global user.name "Ihr Name"
$> git config --global user.email ihre@emailadresse.de

Nachdem Sie das getan hast, können Sie Ihre Identität für diesen Commit ändern mit:

$> git commit --amend --reset-author

next topic

EOF