My question is simple!
I could see how a github file on text in mode?
I just need to compare the contained of github file.
Would you know how to do with php?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Github has pretty straightforward urls when it comes to raw files. See this example:
So as long as you know the path to a file in a github project, you can use the special
raw.github.comhostname, and read the contents from PHP.