git clean staged area code example
Example 1: how to remove all files from staging area git
git rm --cached -r .
Example 2: remove frmo staging git
git reset HEAD -- filename
git rm --cached -r .
git reset HEAD -- filename