You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Groundhog currently relies on github api to get information about commits. But, instead, we should perform local git analysis, probably using JGit or similar tool, which will increase our response time, and will be more scalable as well.