Git -Protokolldiagramm
git log --all --decorate --oneline --graph
Sleepy Serval
git log --all --decorate --oneline --graph
git log --oneline
git log --oneline | nl
git log --all --grep='Build 0051'
$ git log
# git log lists the commits made in that repository in reverse chronological order
git log #show all commits/hash #'s, messages, dates, author information
git log --graph #shows a graphical link between commits, branches, merges, etc.
git log --graph --online #Same as"git log --graph", but condenses information