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?
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?
Github has pretty straightforward urls when it comes to raw files. See this example:
https://raw.github.com/libgit2/libgit2/development/CMakeLists.txt
So as long as you know the path to a file in a github project, you can use the special raw.github.com
hostname, and read the contents from PHP.