How do i display the git commit log and see what has changed?



  • Man page for git-whatchanged.

    The git what changed show an output similar to git log but also shows the files that have changed. It can be combined with a date range.

    $ git whatchanged
    

    Output:

    0_1548327233824_git-whatchanged.png

    Example using a date range, the date has flexible formats, as seen here.

    $ git whatchanged --since=20/01/2019 --until=21/1/19
    

Log in to reply
 

© Lightnetics 2024