Answers for "git file is too large but i 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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language