defunkt / github-gem

`github` command line helper for simplifying your GitHub experience.

Home Page:http://github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for Github Enterprise - e.g., server not at github.com

wwalker opened this issue · comments

I'd like to add support for Gtihub Enterprise.

It looks like it could be mostly changes in lib/commands/helpers.rb, lib/commands/commands.rb

  • change all instances of github.com to a variable github_fqdn
  • add a way to set github_fqdn from the command line and from the config
  • and appropriate changes and additions to the spec tests

I'll get started if you approve of the idea @defunkt

Need