I am using java and the GitHub API to circumvent GitHub information on Windows 7.
I am wondering how I can find out that the project information is updated. For example, when a new member joins a project, can GitHub tell me? Or I need to scan this information from time to time (for example, every X hours of scanning).
Could you give me some tips on how to handle this data? I mean, when the source code of the project is updated (the source codes change there), should I just delete the source code and copy the new one to my computer and add an entry about this operation?
source
share