Git diff without lock files
Written by Stefan Judis
- Published at
- Updated at
- Reading time
- 1min
My friend Benedikt shared a quick and easy way to diff git branch without lockfiles! 😲
git diff --shortstat master -- . ':(exclude)yarn.lock' ':(exclude)package-lock.json'
If you enjoyed this article...
Join 5.5k readers and learn something new every week with Web Weekly.
Reply to this post and share your thoughts via good old email.