git-log (1) Linux Manual Page
git-log – Show commit logs Synopsisgit log [<options>] [<revision range>] [[–] <path>…]DescriptionShows the commit logs. List commits that are reachable by following the parent links from the given commit(s), but exclude commits that are reachable from the one(s) given with a ^ in front of them. The output is given in reverse chronological order by…
