Answers for "how to git add except folder"

0

git add except files

git add --all -- ':!path/to/file1' ':!path/to/file2' ':!path/to/folder1/*'
Posted by: Guest on June-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language