I know there's a million similar questions already, but I'm not sure they apply. I am new to git
, and have a project hosted on github. I accidentally added some big log files to the repository. When I noticed it, I git rm
-ed them and then commit
-ted the changes. That seems to have done the job, in that when I clone the repository, I get only the files I wanted (source code). However, the cloning now takes forever, because, I assume, git is still downloading those log files for some reason (the .git repository is now huge, although the main project files weigh a meg or so). How can I get rid of that bloat now?
Thanks a lot
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…