I am in the process of migrating from visual source un-safe (VSS) to Git.
One of the good features of VSS is that you can put the same script in different folders, and when you check it out it updates the script in all the folders you have placed it.
if there a way to achieve the same thing using Git? TIA M