Skip to content

Comment on Git-blame-someone-else – Blame someone else for your bad codeparent

Comments

Mostly yes. You rewrite the whole history from the commit you changed authors on and onwards so git will let you know that you have two conflicting histories that needs to be merged. This is why the author needs to force push to master.

The only exception to this is if someone else has not pulled into their private repo any changes at or before the commit you changed.

What I am saying is that this tool can be used exclusively while creating commits. Not for retroactive changes.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.