Answers for "how to remove all working staged file in git"

1

remove staged files

git reset HEAD -- .
Posted by: Guest on April-14-2021

Code answers related to "how to remove all working staged file in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language