Predictive Hacks

Different formats of Git Logs

We can get the git logs in different formats using the --format option that takes the following values:

  • email
  • full
  • fuller
  • medium
  • oneline
  • raw
  • short

For example:

git log --format=oneline
Different formats of Git Logs 1

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

Subscribe To Our Newsletter

Get updates and learn from the best

More To Explore

python package
Python

How to Build Python Packages

In this tutorial, we will show you how to build Python Packages. Our goal is to build a Python package