git config --global user.name "Your Name Comes Here" git config --global user.email you@yourdomain.example.com
och om man vill ha färger
git config --global color.diff auto git config --global color.status auto git config --global color.branch auto
(om man vill göra nån inställning bara för det här repot istället för globalt så tar man bara bort --global)