Forked from gjerokrsteski/remove env file from git forever
Created
January 29, 2021 05:41
Revisions
-
gjerokrsteski revised this gist
Dec 19, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,4 @@ echo '.env' >> .gitignore git rm -r --cached .env git add .gitignore git commit -m 'untracking .env' git push origin master -
gjerokrsteski revised this gist
Dec 19, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ echo '.env' >> .gitignore git rm -r --cached .env git add .gitignore git commit -m 'untracking .env' git push origin master' -
gjerokrsteski created this gist
Dec 19, 2019 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ echo '.env' >> .gitignore git rm -r --cached .env git add .gitignore git commit -m 'untracking .env git push origin master'