how to view all the git logs code example Example: git view entire log git reflog | awk '{ print $1 }' | xargs gitk