In GitHub, if you view a file, there is a link to the raw
-version of the file.
It should look like this:
https://github.com/user/repository/raw/branch/filename
When you replace the blankets, with the real filename etc, than you can download it with curl
or wget
. So you could send this link to share this file. But it won't have version-control features from git etc.