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