$ git log
# git log lists the commits made in that repository in reverse chronological order
$ git clone [https://github.com/loverajoel/jstips.git](https://github.com/loverajoel/jstips.git) # You will need a GitHub account for this to work
$ cd jstips # changing your directory into the one you just downloaded
$ git log --graph --pretty=tformat:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%an %cr)%Creset' --abbrev-commit --date=relative
$ git log