- I made a backup of all branches and the bare repo ( zipped up and put on Dropbox of each directory )
git clone -b <branch> http://<gitlocation>
git clone http:<gitlocation>
git clone --mirror http:<gitlocation>
(bare repo)
- I went into the regular clones ( not bare repo ) and deleted all the dirty files from the file system