Display Commits in compact List
The following command …
git log --pretty=oneline --abbrev-commit
… results in a more compact overview of the commits:
a45e273 (HEAD -> <MYBRANCH>, <ORIGIN>) A commit message
e5bdaca Improved something
64a4cb1 Reverted
aeb755a Ups
c36e41a Everything better now
ae16a49 It should work now