[IPython-dev] gh-pages problem...
Matthew Brett
matthew.brett at gmail.com
Mon Jan 24 03:54:43 EST 2011
Hi,
On Sun, Jan 23, 2011 at 8:56 PM, Fernando Perez <fperez.net at gmail.com> wrote:
> - see if we can do a full purge of that data from the repo (I think
> the added size is ~6MB right now) with git's filter-branch tool
> (http://help.github.com/removing-sensitive-data has some tips).
Dumb question - but doesn't the git content get purged automatically
if you delete the references to it?
I mean, can't you just delete the 'gh-pages' branch and wait for the
content to fall out?
Or do ``git branch -D gh-pages && git gc --prune="Jan 24 2011"`` if
you want to lose it straightaway?
See you,
Matthew
More information about the IPython-dev
mailing list