I am using a self hosted git platform (gitea) and working with submodules. My aim is to know which repo use a submodule, in order to track them reversely. For example, I want to know every repository that contains the submodule "display" to update them every time that the "display" repo has a bug fix.
Anyone know a way to do that? Thanks.
I've tried some package managements, but no one that I know give me this traceback.