Remove file from git added
Remove file from git added
git restore --staged filepath/file.ext
Example :
git restore --staged .env .env.local
Remove file from git added
git restore --staged filepath/file.ext
Example :
git restore --staged .env .env.local
0 Comments