Answers for "remove a file of staging"

1

git remove file from staging

git rm --cached FILE.NAME
Posted by: Guest on March-24-2021
0

how to remove a file from staging area in git

git restore --staged <file>
Posted by: Guest on September-23-2021

Code answers related to "remove a file of staging"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language