Let's say that I have a tool that it's used by every program I made, and sometimes I update this tool and I want it to be updated on every other repo that uses it. Is there a way to achieve this?
I'm not asking to have ONE repository inside another, I'm asking about having the same repository inside several other's repos, and being able to update them in a way different to coping/pasting the original folder's repo.
If posible by using Git + Sourcetree
Thanks!