Answers for "git stage all except one file"

3

git add all except one file

git add -u
git reset -- main/dontcheckmein.txt

where main/dontcheckmein.txt is the unwanted file.
Posted by: Guest on January-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language