sudo docker run -d
--name postgres
-e POSTGRES_PASSWORD=password
-e POSTGRES_USER=root
-e POSTGRES_DB=postgres
-e PGDATA=/var/lib/postgresql/data/pgdata
-v /tmp/postgres-data:/var/lib/postgresql/data
-p 5432:5432
postgres
Category: Uncategorized
If you already have checked out the code, the files are already indexed.
Then execute the following commands,
git config --global core.autocrlf input
Then refresh the indexed code:
git rm --cached -r .
And rewrite the Git index with
git reset --hard
Hi Everyone,
I am Parathan, a Software Engineer by Profession, and love to do meditation, yoga, and Western dance (to some extent). I am here to share my Software Development-related learning and my knowledge.
For the past few months, I have not been able to concentrate on my new learning path and writing blogs. So, I am taking this site and maintaining this site as a serious one and planning to learn and share something new at least once a week.