|
|
|
|
|
by macropin
1508 days ago
|
|
It wish a tool existed that could keep boilerplate up to date. ie a tool that will find all files it manages and synchronise them with a canonical source. Use cases include keeping common (CI, Make etc) configurations up to date across multiple Git repos. Even better if it doesn't require configuration and can identify files it manages using a magic comment eg # Source: http://github.com/my/repo/file.txt |
|