79719532

Date: 2025-07-30 06:34:20
Score: 2
Natty:
Report link

As Q3 2025, you could do a git restore now.
For example, I want to exempt some files I consider necessary while scripting. Other artifacts are reset/restored continuously for testing/modifying purpose.

git restore -- . ':!justfile' ':!*.just' ':!*.psm1' ':!*.ps1'
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: dell_p1