This may seem like an odd request but hear me out... I maintain a framework called Kickoff (https://github.com/tmwagency/kickoff) and every time I push to the master I would like to push one or a few subdirectories to other Kickoff-related repos that I also maintain. These are https://github.com/tmwagency/kickoff-statix and https://github.com/tmwagency/generator-kickoff. In both cases I would like the scss
directory to be pushed to the other repos. This would cut out some manual labour and hopefully allow the two other repos to always be up-to-date.
I have Travis setup already, but I am not familiar enough with git internals to know if this is possible. If it is not, is there another way for me to achieve what I want?
Many thanks