Closed LightGuard closed 11 years ago
Is there a benefit of using octokit over the git gem? Easier? I've worked with a few companies who use their own hosted git over github, but given the nature of awstruct I would think most would use github...
octokit is a ruby abstraction over the GitHub v3 API. The git gem is a ruby abstraction over system calls to the native git command.
We're good on this one.
Do we want to limit ourselves to GitHub by using the octokit gem right now, or should we simply use the git gem and allow everything?
I believe we'll need to use the git gem anyway to do the commit.