when i delete my .git file what happens code example
Example: git delete file
// delete unused file.
// It will be placed on index area, and been deleted at next commit
git rm file-to-delete.ext
// delete unused file.
// It will be placed on index area, and been deleted at next commit
git rm file-to-delete.ext