Answers for "how to remove the bin files from git"

0

how to remove bin folder from git

$ echo "bin/" >> .gitignore
$ git add .gitignore
$ git commit -m "Added bin folder to gitignore"
$ git push origin master
Posted by: Guest on January-21-2021

Code answers related to "how to remove the bin files from git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language