Git diff without lock files
- Published at
- Updated at
- Reading time
- 1min
My friends Benedikt shared a quick and easy way to diff git branch without lockfiles! 😲
git diff --shortstat master -- . ':(exclude)yarn.lock' ':(exclude)package-lock.json'
My friends Benedikt shared a quick and easy way to diff git branch without lockfiles! 😲
git diff --shortstat master -- . ':(exclude)yarn.lock' ':(exclude)package-lock.json'