HW, aby zalogować się do git

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