davidraviv / gh-clean-branches

Safely deletes local branches with no upstream and no un-pushed commits
MIT License
177 stars 15 forks source link

feat: support for multilingual environments with git #21

Closed BlackHole1 closed 1 year ago

BlackHole1 commented 1 year ago

Why did you make this change

If the system language is Chinese, the git results will also be in Chinese, which will cause the awk command to not be recognized correctly

What have you done in this PR

Support for multilingual environments with git.

What was left to do

None

Dependencies

None

Checklist:

image
jit-ci[bot] commented 1 year ago

Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset.

All security workflows are defined in a centralized repository named .jit. In case there are security findings, they will be communicated to you as a comment inside the PR.

Hope you’ll enjoy using Jit.

Questions? Comments? Want to learn more? Get in touch with us.

davidraviv commented 1 year ago

Thanks @BlackHole1 for the contribution! I'll test it soon.