[dmd-internals] How do I revert on github

Walter Bright walter at digitalmars.com
Sat Feb 18 16:14:18 PST 2012


so -m 0 is it? I'm confused.

On 2/18/2012 3:13 PM, Alex wrote:
> Yeah, it seems like it reverts all of the merged-in commits in one
> huge go. (arguably beneficial considering the amount of commits...)
>
> Regards,
> Alex
>
> On Sun, Feb 19, 2012 at 12:10 AM, Martin Nowak<dawg at dawgfoto.de>  wrote:
>>> git revert -m 0 would have worked.
>>> The number indexes the parent branch.
>>>
>> OK indexing starts at 1 and it works for me too. It only creates one commit
>> though.
>>


More information about the dmd-internals mailing list