$ git commit -m 'h1 was added'
[master (root-commit) 29c5691] h1 was added
3 files changed, 16 insertions(+)
create mode 100644 .gitignore
create mode 100644 css/main.css
create mode 100644 index.html
$ git log
commit 29c5691bb6e6cd269e45ae38ede4fc226493cd9d
Author: Andrey <Lilandre@mail.ru>
Date: Fri Jan 13 23:14:06 2017 +0400
h1 was added