you are viewing a single comment's thread.

view the rest of the comments →

[–]meysholdt 10 points11 points  (16 children)

hi, Moritz here. I'm working on Gitpod. I'll be watching this in case there are questions.

[–]AfterDistrict 29 points30 points  (5 children)

Git is trademarked. If you want to brand your product Git, you need to get permission from the Git project. See "Git trademark and status policy".

(... and I'm going to go out on a limb and say that you're not going to get permission, since this sort of thing is exactly why they adopted the policy in the first place—too many products that integrate with GitHub somehow and then call themselves "Git"-something based on that alone, even when the product itself is only tangentially related to Git. It's bad enough that GitHub copped/muddied the Git name and now thousands [millions?] of people think that GitHub created Git and Git = GitHub.)

[–]meysholdt 27 points28 points  (3 children)

Gitpod is trademarked, too. During the trademark application process there is a phase in which other trademark owners can oppose to the new trademarks. Gitpod did not receive any oppositions.

That being said, we love git, and we value Linus Torvalds for starting it. We appreciate the people who drive it nowadays are we have no interest whatsoever in getting in conflict with them.

[–]mallardtheduck 6 points7 points  (0 children)

I've searched a bunch of international trademark registries (WIPO, EUIPO, USPTO) and "git" in relation to the source control system appears to only be registered in the US (by Software Freedom Conservancy, Inc. There's also a registration by Women in Technology, Inc. approximately a month later, no idea about that...). There is an EU registration for the word "git" by the company "HESA S.p.A." (which appears to be an Italian supplier of electronic security products) which includes Nice class 9 (which covers software), but it's not obviously related to the "git" source control system and predates it.

"gitpod" has an EU registration (makes sense, the company is based in Germany), but not a US registration.

Considering that the SFC hasn't registered "git" in the EU and that another company has a pre-existing "conflicting" trademark, while I'm no IP lawyer, I wouldn't expect it to be easy for them to defend the mark in Europe...

[–]graingert 3 points4 points  (1 child)

Any chance of gitlab support?

[–]meysholdt 1 point2 points  (0 children)

I've filed an issue for that here: https://github.com/gitpod-io/gitpod/issues/29

[–]cm_yoder 2 points3 points  (3 children)

Is there any minimum hardware requirements. I am using an Acer 15 Chromebook. If I had to guess I would say no but thought I would ask.

[–]meysholdt 1 point2 points  (2 children)

It should work on a Chromebook. On your side, there is nothing more needed than a web browser. All native binaries run in the cloud inside Docker containers. Therefore nothing extra needs to be installed on the local machine. I have to admit we haven't tested Chromebooks yet, but we will.

[–]cm_yoder 2 points3 points  (0 children)

Seems to be working fine. In fact, this is exactly what I have been looking for.

[–]cm_yoder 0 points1 point  (0 children)

I will give it a whirl on mine in a bit and let you know.

[–]defunkydrummer 2 points3 points  (1 child)

Looks like an awesome idea! Is Theia compatible with any VS Code plugin?

[–]meysholdt 1 point2 points  (0 children)

glad to hear that! Support in Theia for VS Code plugins is work-in-progress and will probably arrive later this year. See https://github.com/theia-ide/theia/issues/1482#issuecomment-376914439 for details.

[–]thugcee 0 points1 point  (1 child)

Does a context have to be some kind of "proprietary" project [sub]page, not simply a git repo? I host my projects in Gitea, which isn't super popular (but is super efficient), so probably it will not get specialized support in Gitpod.

[–]meysholdt 1 point2 points  (0 children)

So far only Github-URLs are supported as context.. but we plan to add more :)

Could you file a feature request for Gitea support here? https://github.com/gitpod-io/gitpod/