Skip to content

Commit

Permalink
Merge pull request #45 from hotoo/feat/rm-gitcafe
Browse files Browse the repository at this point in the history
feat: gitcafe merged into coding.net
  • Loading branch information
hotoo authored Feb 9, 2017
2 parents 556762b + 51e073f commit 0dec7be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 37 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ and
* [GitHub](https://github.com/)
* [GitLab](https://gitlab.com/)
* [BitBucket](https://bitbucket.org/)
* [GitCafe](https://gitcafe.com/)
* ~~[GitCafe](https://gitcafe.com/)~~ Merged into coding.net.
* [OSC](https://git.oschina.net/)
* [Coding](https://coding.net/)
* Custom
Expand Down Expand Up @@ -83,13 +83,13 @@ $ gitopen @hotoo/gitopen # https://github.com/hotoo/gitopen

Default support [github.com](https://github.com/),
[bitbucket.org](https://bitbucket.org/), [gitlab.com](https://gitlab.com/),
[gitcafe.com](https://gitcafe.com/), [git.oschina.net](https://git.oschina.net/)
~~[gitcafe.com](https://gitcafe.com/)~~, [git.oschina.net](https://git.oschina.net/)
and [coding.net](https://coding.net/).

If you use [GitHub Enterprise](https://enterprise.github.com/),
[GitLab Community Edition (CE), GitLab Enterprise Edition (EE)](https://gitlab.org/),
[Atlassian Stash](https://www.atlassian.com/software/stash),
[GitCafe Enterprise](https://enterprise.gitcafe.com/)
~~[GitCafe Enterprise](https://enterprise.gitcafe.com/)~~
or other custom web system build you owner git server, you need config like:

~/.gitopenrc
Expand Down
4 changes: 0 additions & 4 deletions lib/gitopenrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ module.exports = {
protocol: "https",
type: "bitbucket"
},
"gitcafe.com": {
protocol: "https",
type: "gitcafe"
},
"git.oschina.net": {
protocol: "https",
type: "oschina"
Expand Down
30 changes: 0 additions & 30 deletions lib/scheme/gitcafe.js

This file was deleted.

0 comments on commit 0dec7be

Please sign in to comment.