Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Cannot push to github git@xxxxxxxxxx:eclipse-platform/eclipse.platform.ui.git
  • From: "Hoepfner, Marcus" <marcus.hoepfner@xxxxxxx>
  • Date: Wed, 18 May 2022 12:40:04 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sap.com; dmarc=pass action=none header.from=sap.com; dkim=pass header.d=sap.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=zeviqNyxI9uxUmJAexk8sPjDq6d/TQPoZ+vBgG5OaqY=; b=nCulyZqYKzcEKQa36a8Asb2RxPpaFMjBileHY66nOQkodKuRYRwCuSI3qIzZZodulrfeUBSJt4FjEbssQwTq/tQVnrp7uew0sDGkTRo+1B1rfzWY+qPtVCYmIqFFMPfEJB1XokNj17RDMviq3JvFYuGq7Oez/MVgegQWoL2CaP6+WmaU4sRBvIcU71bPoqeDFS2voSnIhc36XIEj2zaUz224rCD6OIr0JkjCiNUeyWTU5LuCtN/GaX96rhjf7YjqPmaoZ6gO+KDBpgnGKruqaQEBVmTWzi2mn4woJnmtlrNTZ+2OrO+cWA6c8uOTBMYkmmb1PRlFQrJKmXwZ7dhacg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=eqsWm78d83oKN/LZxSv0sFkP3CSddqPY9KkkXSxln8SejnNsCHBLHZ2wuyGBE4uw9nT4szH5jKaVNXyLm0Sk6BI75sUcQrokzC1z9nfdu+I7/LyhsP4tP63vs8f6f2EoYVi3+QpGBzn9TQMC4u7PZT1Q7qRlMIXGZ6sbTLwj4AhL6U1y9u+tEDNXbqPHS5vNIc38HpNaoN6PZ3yanObDVvEa5BbfQIdAWhBnHsxTAzOoIdxxtHZ/zu8grLm7/n6FmLRiGACBOCWwNwGJtz8Y4yHh2y0R9jt6DSweH4gZNjZy2h+8WHYEV1AjW7fhNb1xDeh98AjS4PqZe9+v9sjnmQ==
  • Delivered-to: platform-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/platform-dev/>
  • List-help: <mailto:platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYaqsFsmDIsT3Zl0uyGdTenj2ldq0kg4KAgAAPoM8=
  • Thread-topic: [platform-dev] Cannot push to github git@xxxxxxxxxx:eclipse-platform/eclipse.platform.ui.git

Thanks.

 

I have created a fork and a PR now on https://github.com/eclipse-platform/eclipse.platform.ui.

Unfortunately I cannot add Reviewers to the PR.

 

Guess that’s because I’m not contributor in platform.ui?

 

From: platform-dev <platform-dev-bounces@xxxxxxxxxxx> on behalf of Ed Merks <ed.merks@xxxxxxxxx>
Date: Wednesday, 18. May 2022 at 13:44
To: platform-dev@xxxxxxxxxxx <platform-dev@xxxxxxxxxxx>
Subject: Re: [platform-dev] Cannot push to github git@xxxxxxxxxx:eclipse-platform/eclipse.platform.ui.git

The more detailed instructions are here:

  https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md#recommended-workflow

Yes, you should use a fork with pull requests.

I generally clone the "real" repository and create an additional remote that points at my fork:

I leave master hooked up to origin/master and create a local branch that I push to my fork remote.  When I'm done I check out master again and can always pull from the real original clone (so no need to manually sync my fork with the original).

 

On 18.05.2022 13:36, Hoepfner, Marcus via platform-dev wrote:

Hi,

 

did not follow all the discussion how to contribute after moved to github.

 

Do I need to fork or can I push to new branch in git@xxxxxxxxxx:eclipse-platform/eclipse.platform.ui.git?

How do I become contributer in that repo?

 

I want to develop a feature, not about a bug fix.

 

https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/CONTRIBUTING.md does not really say a lot and points to a wiki page which is talking about gerrit.

 

Thanks, Marcus



_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Back to the top