awestruct / web-editor

A web based editor for awestruct projects
8 stars 6 forks source link

Basic git or GitHub? #10

Closed LightGuard closed 11 years ago

LightGuard commented 11 years ago

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.

wesbos commented 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...

LightGuard commented 11 years ago

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.

LightGuard commented 11 years ago

We're good on this one.