TOOL ยป GIT
Rm
shell
## Remove file from git
git rm --cached myfile.log
git rm --cached -r directory/
## Remove file from git
git rm --cached myfile.log
git rm --cached -r directory/