Answers for "git add except files"

0

git add except files

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

Browse Popular Code Answers by Language