jmoalves / levain

Something to help you make your software grow
MIT License
8 stars 5 forks source link

Faster GitRepositories with faster change checks #161

Open jmoalves opened 5 months ago

jmoalves commented 5 months ago

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