Answers for "how to unadd certain files in git"

2

git unadd all files

#for all
git reset
#for a file
git reset filename.txt
Posted by: Guest on December-15-2021
3

how to unadd gitr file

git reset HEAD myfile.txt
Posted by: Guest on June-13-2020

Code answers related to "how to unadd certain files in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language