
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
git dirty
Find local git repos with:
It essentially helps you find repos that would loose work if they were deleted from your hard drive.
Bun (bunx) is required to run this command.
Usage: girty [paths...] [options]
Arguments:
paths Paths to check (recursively)
Options:
-V, --version output the version number
-a, --absolute Display absolute paths
-c, --compact Compact output
-f, --fetch Run `git fetch` before checking the repo state (slower)
-h, --help display help for command
# Find and check all git repos in the directory 'projects' (recusively).
bunx girty ./projects
# Find and check all git repos in the directories 'projects' and '../../more-projects' (recusively).
bunx girty ./projects ../../more-projects
# Or install it globally
bun --global add girty
girty ./projects
The output will look something like this:
┌ girty
│
~ Checking directories:
│ /home/user/dev
│
â—‡ Found 69 git repos
│
â—‡ 2 repos are dirty:
./dev/my-project
uncommitted changes (2)
M README.md
M package.json
D some/nested/file
unpushed commits
main (2)
add something very cool (2025-06-01)
fix some annoying bug (2025-06-01)
untracked branches (1)
some-new-feature
explore-something-cool
./dev/prototype-24
no remote
FAQs
> git dirty
The npm package girty receives a total of 5 weekly downloads. As such, girty popularity was classified as not popular.
We found that girty demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.