Using the URL access method in a filename statement, you can execute SAS code directly from a github repository (presuming you have internet access from your SAS workspace).
Example code, using Bizarro Ball data:
filename bizarro url
"https://raw.githubusercontent.com/allanbowe/BizarroBall/master/bizarroball.sas";
%inc bizarro;