Answers for "add multiple files to git ignore"

1

git add -A ignore large files

find . -size +1G | cat >> .gitignore
# Remember to run it each time you want to update the gitignore!
Posted by: Guest on September-08-2020
0

how to add multiple file in git

git commit -a
Posted by: Guest on July-16-2021

Code answers related to "add multiple files to git ignore"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language