So I found a useful command that allows you to view entire git log of the repo.
git log --decorate --graph --oneline --all
This command generates the entire log of the git repo in one line
and if you like to view entire log with commit messages in detail you can run this command
git log --decorate --graph --all
I hope you found this useful and if you have further tips related to command line feel free to follow me and DM me on twitter
About the Author
Muhammad Raza is a Senior DevOps Engineer and former AWS Professional Services Consultant with 5 years of experience in cloud infrastructure, CI/CD automation, and DevOps solutions. He has helped numerous clients optimize AWS costs, implement Infrastructure as Code, and build reliable deployment pipelines.
Need help with your DevOps workflows? I'm available for consulting on CI/CD pipelines, infrastructure automation, and AWS architecture. Book a free 30-min call or email me.