Could we provide faster change detection for GitRepositories?
Nowadays, they check for changes using git pull, which is great when we have changes in the repository.
However, most of the time, we do not.
How could we check faster for changes, especially when no change exists?
References
Could we provide faster change detection for GitRepositories?
Nowadays, they check for changes using
git pull, which is great when we have changes in the repository.However, most of the time, we do not.
How could we check faster for changes, especially when no change exists?
References