What is the function of git rm?
- git rm command in git is the inverse of git add. git rm is used to remove files from a git repository.
- The primary function of git rm is to remove tracked files from git.
- git rm can be used to remove files from both the working directory and the staging index.