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.chTell Git to remember your password
git config --global credential.helper cacheRemove a warning in Git < 2.0
git config --global push.default simple