git log [since] [until]

Show commit logs

Arguments

NameDescription
sinceCommit ID, branch name, HEAD, or revision reference
untilCommit ID, branch name, HEAD, or revision reference

Options

NameDescription
--follow <file>Show history of given file
-q, --quietSuppress diff output
--sourceShow source
--onelineShow each commit as a single line
-p, -u, --patchDisplay the full diff of each commit
--statInclude which files were altered and the relative number of lines that were added or deleted from each of them
--grep <pattern>Search for commits with a commit message that matches <pattern>
--author <pattern>Search for commits by a particular author