Today I Learned

hashrocket A Hashrocket project

Git Log Without Merges

View a list of your commits, less the merges with -

git log --no-merges

https://git-scm.com/docs/git-log#Documentation/git-log.txt---no-merges

See More #git TILs