I commit an art asset (ex. jpg), then update the file, then commit the
update.
The first commit was a placeholder image; I no longer want it taking
space in the repository.
How do I permanently remove the data and history of the first commit
of this art asset, using TortoiseGit?
Thank you *very* much.
That's what "Git rebase -i" is for. However, I don't know about the
state of its TortoiseGit Dialog. See e.g.
http://code.google.com/p/tortoisegit/issues/detail?id=249, "The
interactive rebase tool can't select just a few commits".
Robert