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
TweetView 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
Tweet