Our GitHub-based project management backends require quite a few GitHub API hits. As a result, git pull can be slow and it is possible to run into the GitHub API limit.
Ideally the solution would only pull down issues or pull requests which have changed since they were last pulled.
Our GitHub-based project management backends require quite a few GitHub API hits. As a result,
git pullcan be slow and it is possible to run into the GitHub API limit.Ideally the solution would only pull down issues or pull requests which have changed since they were last pulled.