Info for git config
Set your name and your email. (Please use real name!)
git config --global user.name "Vorname Lastname"
git config --global user.email vorname.lastname@students.bfh.ch
Tell Git to remember your password
git config --global credential.helper cache
Remove a warning in Git < 2.0
git config --global push.default simple