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
Leave a Reply