79621227

Date: 2025-05-14 10:14:01
Score: 2
Natty:
Report link

According to https://medium.com/@maryam.ghani160/how-to-ignore-changes-in-git-submodules-a3ea1463bdde you can

git config submodule.{yourModulePath}.ignore all

or change you .gitmodule to

[submodule "test"]
   path = test
   url = git@github:maloochpich/test.git
   branch = master
   ignore = dirty
Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vincent GODIN