Heroku Git Repository Size -
during late development of application i've been git pushing heroku such repository there large.
i @ stage, before site launch, remove old versions repo seems sensible housekeeping. best way go online application uninterrupted?
there no need heroku specifically, when push, compiles app slug quick deployment, , 1 step of dropping git repo entirely.
but if want this, i'd suggest deleting .git/
directory project , starting new repo git init
.
heroku acts other git remote can push to, can normal git remote, can heroku git remote. if push new, empty repo it, should solve problem sure.
Comments
Post a Comment