Horje
hot to remove .env from git Code Example
hot to remove .env from git
git rm -r --cached .env
remove env file from git
git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch .env" HEAD
git push --force




Shell

Related
bash parameter count Code Example bash parameter count Code Example
mongodb list users Code Example mongodb list users Code Example
how to check if port is open mac Code Example how to check if port is open mac Code Example
bash find all files containing string Code Example bash find all files containing string Code Example
kill service by port number on windows Code Example kill service by port number on windows Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10