HW pour se connecter à Git

$ git config --global user.name "Your name here"
$ git config --global user.email "[email protected]"
CodeCat