again, not GAN related but helpful in general.
amazing stuff to clean up your online git repo and preserve the local files.
git rm -r --cached .
git add .
git commit -m "fixing .gitignore"
again, not GAN related but helpful in general.
amazing stuff to clean up your online git repo and preserve the local files.
git rm -r --cached .
git add .
git commit -m "fixing .gitignore"