First: Delete the file from the repository cache
git rm –cached path/file
Atau perintah ini untuk delete folder dari cache
git rm -r –cached
Second: Add the ignore rule to your .gitignore file
path/filename
First: Delete the file from the repository cache
git rm –cached path/file
Atau perintah ini untuk delete folder dari cache
git rm -r –cached
Second: Add the ignore rule to your .gitignore file
path/filename
0 people found this article useful
0 people found this article useful