Skip to content

Instantly share code, notes, and snippets.

@memolog
Last active December 21, 2022 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save memolog/4cecb202aa8fc79e395c5858785755d7 to your computer and use it in GitHub Desktop.
Save memolog/4cecb202aa8fc79e395c5858785755d7 to your computer and use it in GitHub Desktop.
Format changed files in git with prettier
git diff --name-only HEAD | xargs -I$0 npx prettier --write $0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment