HMABUHABIB / udacity-front-end-nanodegree

Udacity front end nanodegree
1 stars 0 forks source link

github takeawy #4

Open HMABUHABIB opened 3 years ago

HMABUHABIB commented 3 years ago

To remove .env data if you push it !!

git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch .env" HEAD
git push --force