Archive for August, 2008

Aug 22 2008

Poison Reverts in Git

Published by tim under coding

Alice owns the main branch that a bunch of people are using:
A — B — C — D
Bob checks it out, makes changes 0..2, and does regular pulls:
A — B — 0 — 1 — C — 2 — D
Now, Alice pulls Bob’s stuff: she has
A — B — C — D — (0 [...]

No responses yet