📌  相关文章
📜  github 分支中的 iggnor .env 如何更改 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:39.147000             🧑  作者: Mango

代码示例1
go inside your terminal
this will remove your .env file from local 
then you change anything it will not appear in change for git hub commit

before run this command take backup of your .env file for local

$ git rm --cached .env

git commit -m ""
this will remove file from git repository on your branch