In the lib/ folder, we have a strategy for dynamically choosing which source to use for making Git calls (i.e. github.com, github.enterprise, gitlab.com, etc). Separate this functionality out into some sort of Ruby Gem that we can use across different projects.
In the lib/ folder, we have a strategy for dynamically choosing which source to use for making Git calls (i.e. github.com, github.enterprise, gitlab.com, etc). Separate this functionality out into some sort of Ruby Gem that we can use across different projects.