Hey when you want to remove a file from the staging area you can do git reset HEAD -- <file>
git reset HEAD -- <file>
The way you have suggested is very wrong I feel and should be updated soon.
Please let me know if I am wrong.
Hey when you want to remove a file from the staging area you can do
git reset HEAD -- <file>
The way you have suggested is very wrong I feel and should be updated soon.
Please let me know if I am wrong.