how can I Clear repository and push new one instead of it .
I have project with size more than 2GB , I checked .git folder and it's size is 1.5GB , I try to delete .git folder after that I did git init and force push project , but remote repository size not changed , my steps : 
git init
git add . 
git commit -m "First Push"
git remote add origin http://Url_here
git push -f origin master
how to replace repository content ?
 
     
     
     
     
    