remove changes from stage git code example
Example 1: how to remove all files from staging area git
git rm --cached -r .
Example 2: remove file from stage git
git rm --cached <file>
git rm --cached -r .
git rm --cached <file>