Skip to content

Instantly share code, notes, and snippets.

@zulhfreelancer
Created November 22, 2021 09:09
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 zulhfreelancer/e2b8804c4801852b7e6605d1c087393d to your computer and use it in GitHub Desktop.
Save zulhfreelancer/e2b8804c4801852b7e6605d1c087393d to your computer and use it in GitHub Desktop.
Git: how to count number of uncommited files?

Git: how to count number of uncommited files?

$ git status -uall --porcelain | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment