To show only file names in Git log, use this command:
git log --name-status --graph --oneline
The key parameter here is --name-status
. The others are optional. They just make the output look prettier.
To show only file names in Git log, use this command:
git log --name-status --graph --oneline
The key parameter here is --name-status
. The others are optional. They just make the output look prettier.
🔥 HOT: Interested in boosting your WordPress SEO? My Slim SEO plugin is a super lighweight and automated plugin that handles most the hard work for you: meta tags, sitemap, redirection, schema & link building.
👉 Have a look and you will love it: wpslimseo.com
PS: we'll drop lifetime pricing from Dec 01, 2024. Get it now before it's gone!
Leave a Reply