I'm using one file from a git repository off of github in a project living in my own repository. As it is right now whenever a new version of the file on github is created I have to manually download it and commit it to my repository. Is there a way to automatically keep it in sync with the remote repository whenever I pull new changes to mine?
I know this has the potential to break my code, but I'd much rather go back and fix some of my code and use the latest version. It will be easy for me to see what breaks as I have pretty good test coverage.