Horje
remove .env file from git history Code Example
remove .env file from git history
git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch .env" HEAD

# If it is available on remote repo
git push --force




Shell

Related
install vue on laravel Code Example install vue on laravel Code Example
dependency problems - leaving unconfigured Errors were encountered while processing: Code Example dependency problems - leaving unconfigured Errors were encountered while processing: Code Example
git reset a folder Code Example git reset a folder Code Example
linux find command Code Example linux find command Code Example
sudo: apt: command not found Code Example sudo: apt: command not found Code Example

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