My first phase of my big project.
i can't wait for all pieces to come together.
so, First day, I unfortuantely commited my .env file IN My first commit, so to track back :
- git update-ref -d HEAD #reset repo to empty
git add .
git reset .env #unstages .env files
git commit -m "initialcommit"