Home List Hours
Post
Cancel

List Hours

Using git time

Installing

Git time needs to be installed globally on npm:

https://github.com/vmf91/git-time#readme

Using

Then you can run:

git-time

Git log

git log --pretty=format:"%h%x09%an%x09%ad%x09%s"

with colors

git log --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short

git log –pretty=’%cd %ce %s’ –graph –date=iso –date-order

This post is licensed under CC BY 4.0 by the author.
Contents