Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-incubator-dev] How can I remove a wrong commit from the main branch?

Hi Gabriel,

have you tried using git revert?

Lionel

Inactive hide details for Gabriel Petrovay ---09/29/2010 10:22:54 AM---Hi, I made a wrong commit and pushed it to the eclipse mGabriel Petrovay ---09/29/2010 10:22:54 AM---Hi, I made a wrong commit and pushed it to the eclipse master branch (xquery-dev).

From: Gabriel Petrovay <gabipetrovay@xxxxxxxxx>
To: "Webmaster(Matt Ward)" <webmaster@xxxxxxxxxxx>, WTP Incubator Dev list <wtp-incubator-dev@xxxxxxxxxxx>
Date: 09/29/2010 10:22 AM
Subject: [wtp-incubator-dev] How can I remove a wrong commit from the main branch?
Sent by: wtp-incubator-dev-bounces@xxxxxxxxxxx





Hi,

I made a wrong commit and pushed it to the eclipse master branch (xquery-dev).

On my local machine I solved the problem by "amending" the commit with
my next commit. But now I cannot push because "fast-fwd are not
allowed".

Does anybody know how I can revert/amend commit
6551cc87a48a7c748c162acab2c570ed0b51641b from the xquery-dev on the
master branch?
http://git.eclipse.org/c/webtools/org.eclipse.webtools.incubator.git/commit/?id=6551cc87a48a7c748c162acab2c570ed0b51641b


@XQDT devs: if you don't push commit until this is solved would
probably make the life easier.

Thanks!

--
MSc Gabriel Petrovay
Mobile: +41(0)787978034
www.28msec.com
_______________________________________________
wtp-incubator-dev mailing list
wtp-incubator-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev

GIF image


Back to the top