Comment by 👾 jecxjo
Re: "is there any way to get the git status in a couple…"
Sure you can create your own command. Are you looking for just non staged changes? Save as `git-count`
2025-07-25 · 9 months ago
1 Later Comment
🌧️ candycanearter [OP, ✍️] · 2025-07-27 at 21:09:
worked great, thx!
Original Post
is there any way to get the git status in a couple characters? (ie +32 -10) for a custom prompt? i tried researching but the closest i could find was git diff --shortstat, which is one line but very very long